await co
This commit is contained in:
parent
79b5b6155c
commit
a9609516ed
@ -151,7 +151,7 @@ class Hangman:
|
|||||||
if guess is None:
|
if guess is None:
|
||||||
if self.the_data[ctx.guild]["running"]:
|
if self.the_data[ctx.guild]["running"]:
|
||||||
await ctx.send("Game of hangman is already running!\nEnter your guess!")
|
await ctx.send("Game of hangman is already running!\nEnter your guess!")
|
||||||
self._printgame(ctx.channel)
|
await self._printgame(ctx.channel)
|
||||||
"""await self.bot.send_cmd_help(ctx)"""
|
"""await self.bot.send_cmd_help(ctx)"""
|
||||||
else:
|
else:
|
||||||
await ctx.send("Starting a game of hangman!")
|
await ctx.send("Starting a game of hangman!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user