Update
This commit is contained in:
parent
21b189def1
commit
e3cd8475ae
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class gameutils(commands.Cog):
|
|||
for i in range(len(users)):
|
||||
message = message + f"{str(i+1)}. <@{users[i].id}>\n"
|
||||
await interaction.response.send_message(message, allowed_mentions=nextcord.AllowedMentions.none())
|
||||
await interaction.followup.send(f"{users[0]} it is now your turn!")
|
||||
|
||||
|
||||
def setup(bot: commands.Bot):
|
||||
|
|
Loading…
Reference in a new issue