pep8
This commit is contained in:
parent
e6f566dfdc
commit
9bbc42e6ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
.idea/modules.xml
|
||||
.idea/vcs.xml
|
||||
.idea/workspace.xml
|
||||
*.pyc
|
||||
|
@ -46,8 +46,7 @@ async def parse_code(code):
|
||||
|
||||
async def build_game(channel: discord.TextChannel):
|
||||
await channel.send("Not currently available")
|
||||
|
||||
|
||||
|
||||
code = 12345678
|
||||
|
||||
await channel.send("Your game code is **`{}`**".format(code))
|
||||
|
@ -141,7 +141,7 @@ class Game:
|
||||
"""
|
||||
await self._at_day_start()
|
||||
# Once cycle ends, this will trigger end_game
|
||||
await self._end_game() # Handle open channels
|
||||
await self._end_game() # Handle open channels
|
||||
|
||||
async def _at_game_start(self): # ID 0
|
||||
if self.game_over:
|
||||
|
@ -137,7 +137,7 @@ class Werewolf:
|
||||
await game.vote(ctx.author, id, channel)
|
||||
else:
|
||||
await ctx.send("Nothing to vote for in this channel")
|
||||
|
||||
|
||||
@ww.command()
|
||||
async def choose(self, ctx, data):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user