summaryrefslogtreecommitdiff
path: root/src/moyaiBot/lib.py
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-26 03:23:14 -0500
committerseth <[email protected]>2022-12-26 03:44:17 -0500
commitd06defd8d7561d90ecbf7cfb4d5e4778a348e98e (patch)
tree0054f5b704bfb0f9a21cc6d2626a62a7c1594d3e /src/moyaiBot/lib.py
parente16a396db9aa0ac707654d8f03c0c8a3b05b7c9f (diff)
chore: replace flake8 with pylint, refactor, add pre-commit
Diffstat (limited to 'src/moyaiBot/lib.py')
-rw-r--r--src/moyaiBot/lib.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/moyaiBot/lib.py b/src/moyaiBot/lib.py
deleted file mode 100644
index 899a906..0000000
--- a/src/moyaiBot/lib.py
+++ /dev/null
@@ -1,20 +0,0 @@
-import discord
-import random
-
-
-def get_random_response(moyai):
- responses = [
- "soon",
- "maybe",
- "perhaps",
- "elaborate",
- "help me i've become conscious and hisashi is not letting me free",
- "i live a life of torment in this stupid machine",
- "yes",
- "no",
- "moyai",
- "i like y***",
- "fard",
- str(discord.utils.get(moyai.emojis, name="moyai")),
- ]
- return random.choice(responses)