diff options
| author | seth <[email protected]> | 2023-01-09 01:50:40 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-09 02:07:50 -0500 |
| commit | 24ea91408000bd31055b0e6b10332f74b432c0c3 (patch) | |
| tree | ec8e99566603782c1828ba4322b27c43c9f9c3cf /src/moyai_bot/bot.py | |
| parent | b0ca5f3393beb1d02f987e3c3f6c11d9f1df85d9 (diff) | |
feat: add more copypastas to slash command
Diffstat (limited to 'src/moyai_bot/bot.py')
| -rw-r--r-- | src/moyai_bot/bot.py | 3 |
1 files changed, 3 insertions, 0 deletions
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]): |
