From 24ea91408000bd31055b0e6b10332f74b432c0c3 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 9 Jan 2023 01:50:40 -0500 Subject: feat: add more copypastas to slash command --- src/moyai_bot/bot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/moyai_bot/bot.py') diff --git a/src/moyai_bot/bot.py b/src/moyai_bot/bot.py index f4b2f25..9c4508d 100644 --- a/src/moyai_bot/bot.py +++ b/src/moyai_bot/bot.py @@ -55,6 +55,9 @@ async def moyaispam(ctx: commands.Context): app_commands.Choice(name="ismah", value="ismah"), app_commands.Choice(name="sus", value="sus"), app_commands.Choice(name="ticktock", value="ticktock"), + app_commands.Choice(name="amongus_sus", value="amongus_sus"), + app_commands.Choice(name="egrill", value="egrill"), + app_commands.Choice(name="dvd", value="dvd"), ]) async def copypasta(interaction: discord.Interaction, choices: app_commands.Choice[str]): -- cgit v1.2.3