Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
fix tutorial using wrong cog name
Browse files Browse the repository at this point in the history
  • Loading branch information
XuaTheGrate committed Oct 26, 2019
1 parent 72198bf commit 29d9ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def tutorial(self, ctx):
# ?????????
raise AssertionError
ctx.player = player = self.bot.players.players[ctx.author.id]
self.bot.get_cog("Maps").debug.append(ctx.author.id)
self.bot.get_cog("Exploration").debug.append(ctx.author.id)
if not await ctx.confirm(
"Now that your player has been created, lets try it out. Type `$search` to look around."
"\n\nFrom now own, click <:tickYes:568613200728293435> to advance the tutorial, "
Expand Down

0 comments on commit 29d9ea1

Please sign in to comment.