Update
This commit is contained in:
parent
0a95d4dfe3
commit
d0d5898135
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class gameutils(commands.Cog):
|
||||||
random.shuffle(disusers)
|
random.shuffle(disusers)
|
||||||
for i in range(len(disusers)):
|
for i in range(len(disusers)):
|
||||||
message = message + f"{str(i+1+len(users))}\. <@{disusers[i].id}> **disadventage**\n"
|
message = message + f"{str(i+1+len(users))}\. <@{disusers[i].id}> **disadventage**\n"
|
||||||
await interaction.response.send_modal(message,None,users[0])
|
await interaction.response.send_modal(TurnModal(message,None,users[0]))
|
||||||
#await interaction.followup.send(f"<@{users[0].id}> it is now your turn!")
|
#await interaction.followup.send(f"<@{users[0].id}> it is now your turn!")
|
||||||
|
|
||||||
@nextcord.slash_command(
|
@nextcord.slash_command(
|
||||||
|
|
Loading…
Reference in a new issue