This commit is contained in:
insert 2024-08-10 14:16:37 -04:00
parent dd4eb1d7b3
commit a6fe179c85
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -33,7 +33,7 @@ class GameView(nextcord.ui.View):
else:
message = message + i + "\n"
print(interaction.user.guild_permissions)
await interaction.response.edit_message(message)
await interaction.response.edit_message(content=message)
await interaction.followup.send(f"<{turnping}> it is now your turn!")
return