From 0fb83df9227a6a3c9674ff0911371ec898da3a1d Mon Sep 17 00:00:00 2001 From: davfsa Date: Tue, 19 Jun 2018 22:15:29 +0200 Subject: [PATCH] Renamed start to tutorial --- src/cogs/basic_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/basic_commands.py b/src/cogs/basic_commands.py index bba4dc9..a32a800 100644 --- a/src/cogs/basic_commands.py +++ b/src/cogs/basic_commands.py @@ -10,7 +10,7 @@ class BasicCommands: self.bot = bot @commands.command() - async def start(self, ctx): + async def tutorial(self, ctx): await ctx.send(f"Hello, {ctx.author.display_name}. Welcome to Sebi's Bot Tutorials. \nFirst off, would you like a quick walkthrough on the server channels?") channel_list = {'channel-1' : self.bot.get_channel(333149949883842561).mention,