This commit is contained in:
insert 2024-08-10 13:38:34 -04:00
parent 21b189def1
commit e3cd8475ae
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -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):