From 8128ea309eb074416052b51d3186f8d3a05351bd Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 9 Jul 2016 13:28:48 -0500 Subject: [PATCH] Changed join to addbot, join already exists --- cogs/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index d53330b..2008231 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -15,7 +15,7 @@ class Core: self.bot = bot @commands.command() - async def join(self): + async def addbot(self): perms = discord.Permissions.none() perms.read_messages = True perms.send_messages = True @@ -27,6 +27,7 @@ class Core: perms.read_message_history = True perms.attach_files = True await bot.say("Use this URL to add me to a server that you'd like!\n{}'".format(discord.utils.oauth_url('183748889814237186',perms))) + @commands.command() async def joke(self): """Prints a random riddle"""