From 22a4e1e9fbb830c7b4395045ba6581c0c3b09a05 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 9 Jul 2016 13:31:40 -0500 Subject: [PATCH] Added a description to the addbot command --- cogs/core.py | 1 + 1 file changed, 1 insertion(+) 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