diff --git a/cogs/core.py b/cogs/core.py index d47897b..23dbb66 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -16,6 +16,7 @@ class Core: @commands.command() async def addbot(self): + """Provides a link that you can use to add me to a server""" perms = discord.Permissions.none() perms.read_messages = True perms.send_messages = True