summaryrefslogtreecommitdiff
path: root/teawie_bot
diff options
context:
space:
mode:
Diffstat (limited to 'teawie_bot')
-rw-r--r--teawie_bot/bot.py4
-rw-r--r--teawie_bot/copypastas/twitter.txt34
-rw-r--r--teawie_bot/utils.py1
3 files changed, 38 insertions, 1 deletions
diff --git a/teawie_bot/bot.py b/teawie_bot/bot.py
index 835783a..aeb8b22 100644
--- a/teawie_bot/bot.py
+++ b/teawie_bot/bot.py
@@ -28,10 +28,11 @@ async def on_message(message: discord.Message):
echo_messages = [
"🗿",
+ "Twitter's Recommendation Algorithm",
]
echo_messages = echo_messages + bot.teawies.emojis
try:
- index = echo_messages.index(message.content.lower())
+ index = echo_messages.index(message.content)
await message.channel.send(echo_messages[index])
except ValueError:
pass
@@ -74,6 +75,7 @@ async def teawiespam(ctx: commands.Context):
app_commands.Choice(name="amongus_sus", value="amongus_sus"),
app_commands.Choice(name="egrill", value="egrill"),
app_commands.Choice(name="dvd", value="dvd"),
+ app_commands.Choice(name="twitter", value="twitter"),
])
async def copypasta(interaction: discord.Interaction,
choices: app_commands.Choice[str]):
diff --git a/teawie_bot/copypastas/twitter.txt b/teawie_bot/copypastas/twitter.txt
new file mode 100644
index 0000000..00f1bcb
--- /dev/null
+++ b/teawie_bot/copypastas/twitter.txt
@@ -0,0 +1,34 @@
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
+Twitter's Recommendation Algorithm
diff --git a/teawie_bot/utils.py b/teawie_bot/utils.py
index c75135b..5640d54 100644
--- a/teawie_bot/utils.py
+++ b/teawie_bot/utils.py
@@ -38,6 +38,7 @@ def get_random_response(bot: commands.Bot) -> str:
"maybe",
"perhaps",
"elaborate",
+ "Twitter's Recommendation Algorithm",
str(discord.utils.get(bot.emojis, name="moyai")),
]
responses = responses + bot.teawies.emojis