1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Added a description to the addbot command

This commit is contained in:
Phxntxm 2016-07-09 13:31:40 -05:00
parent e607beb88d
commit 22a4e1e9fb

View file

@ -16,6 +16,7 @@ class Core:
@commands.command() @commands.command()
async def addbot(self): async def addbot(self):
"""Provides a link that you can use to add me to a server"""
perms = discord.Permissions.none() perms = discord.Permissions.none()
perms.read_messages = True perms.read_messages = True
perms.send_messages = True perms.send_messages = True