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 +++ src/moyai_bot/copypastas/IfuckedADVD.txt | 1 - src/moyai_bot/copypastas/dvd.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 src/moyai_bot/copypastas/IfuckedADVD.txt create mode 100644 src/moyai_bot/copypastas/dvd.txt (limited to 'src') 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]): diff --git a/src/moyai_bot/copypastas/IfuckedADVD.txt b/src/moyai_bot/copypastas/IfuckedADVD.txt deleted file mode 100644 index 4c4e848..0000000 --- a/src/moyai_bot/copypastas/IfuckedADVD.txt +++ /dev/null @@ -1 +0,0 @@ -Earlier today I was really horny, and I saw what I thought to be a blank DVD. I thought, DVDs have a tight hole, they might feel pretty good. So I put my soft pp into the hole of the DVD, and for a few seconds as I started getting harder, it felt pretty good, but then, once I was fully erect, it started being painful. My pp was stuck in the DVD, and I had to break it in half to get if out. It was then when I flipped the broken DVD over and realized that it was not a blank DVD, but a copy of the Pixar movie Up.. Well guys, guess I fucked up. \ No newline at end of file diff --git a/src/moyai_bot/copypastas/dvd.txt b/src/moyai_bot/copypastas/dvd.txt new file mode 100644 index 0000000..4c4e848 --- /dev/null +++ b/src/moyai_bot/copypastas/dvd.txt @@ -0,0 +1 @@ +Earlier today I was really horny, and I saw what I thought to be a blank DVD. I thought, DVDs have a tight hole, they might feel pretty good. So I put my soft pp into the hole of the DVD, and for a few seconds as I started getting harder, it felt pretty good, but then, once I was fully erect, it started being painful. My pp was stuck in the DVD, and I had to break it in half to get if out. It was then when I flipped the broken DVD over and realized that it was not a blank DVD, but a copy of the Pixar movie Up.. Well guys, guess I fucked up. \ No newline at end of file -- cgit v1.2.3