From a7977b3d6ebc261fd43ff869951ffcc12a17cc8a Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 15 Sep 2020 15:00:07 +0000 Subject: [PATCH] Removed "tropical_fish" from hangfish word list. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index ff2a981..1010328 100644 --- a/bot.py +++ b/bot.py @@ -4,7 +4,7 @@ from hangfish import Hangfish from command import Command as cmd AQUATIC_EMOJIS = ( "octopus", "squid", "shrimp", "lobster", "oyster", "crab", "blowfish", "tropical_fish", "fish", "dolphin", "whale", "whale2", "shark", ) -AQUATIC_ANIMALS = ( "octopus", "squid", "shrimp", "lobster", "oyster", "crab", "blowfish", "tropical_fish", "fish", "dolphin", "whale", "shark", ) +AQUATIC_ANIMALS = ( "octopus", "squid", "shrimp", "lobster", "oyster", "crab", "blowfish", "fish", "dolphin", "whale", "shark", ) def strToEmoji(string): return ":"+string+":"