chore: alright, I will remove this

This commit is contained in:
2025-07-13 18:17:17 +02:00
parent 4b326bda7e
commit bf518b06ed
5 changed files with 6 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ async def setup(bot):
guild=discord.Object(id=GUILD_ID),
)
async def stats(
interaction: discord.Interaction, game: Literal["iw4", "s1", "iw6", "t7", "all"]
interaction: discord.Interaction, game: Literal["s1", "iw6", "t7", "all"]
):
if game == "all":
stats_message = await compile_stats()
@@ -120,7 +120,7 @@ async def setup(bot):
response, ephemeral=False
)
# Add a reaction to the reply message (if the user decides to delete it)
await reply_message.add_reaction("\U0000274C")
await reply_message.add_reaction("\U0000274c")
break
else:
await interaction.response.send_message(