|
|
@ -47,7 +47,6 @@ async def parse_code(code):
|
|
|
|
async def build_game(channel: discord.TextChannel):
|
|
|
|
async def build_game(channel: discord.TextChannel):
|
|
|
|
await channel.send("Not currently available")
|
|
|
|
await channel.send("Not currently available")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code = 12345678
|
|
|
|
code = 12345678
|
|
|
|
|
|
|
|
|
|
|
|
await channel.send("Your game code is **`{}`**".format(code))
|
|
|
|
await channel.send("Your game code is **`{}`**".format(code))
|
|
|
|