From d06defd8d7561d90ecbf7cfb4d5e4778a348e98e Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 26 Dec 2022 03:23:14 -0500 Subject: chore: replace flake8 with pylint, refactor, add pre-commit --- src/moyaiBot/lib.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/moyaiBot/lib.py (limited to 'src/moyaiBot/lib.py') 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) -- cgit v1.2.3