diff options
| author | seth <[email protected]> | 2023-03-31 16:21:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-31 16:21:34 -0400 |
| commit | 20ecaa1268bc301ad54c75f810448a69e8ffbfe4 (patch) | |
| tree | e318f5fa2c84fa163629acf387cb8c08f2278736 /teawie_bot/utils.py | |
| parent | 147d14673335511ada6473ece253af7ffd17a887 (diff) | |
Twitter's Recommendation Algorithm
Diffstat (limited to 'teawie_bot/utils.py')
| -rw-r--r-- | teawie_bot/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
