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
|
||||
|
@ -47,7 +47,6 @@ 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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user