aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-08 19:11:12 +0100
committerGravatar dongfix2018-09-08 19:11:12 +0100
commit6d31f5ef3cebe0fe99562333a69174881e2eb15f (patch)
tree0523667c93b400edac1acd4db7a9eea88b6ac627 /modules/ducks.py
parentRefactor ducks.py to make sense. (diff)
signature
Full metal duck.
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 5fb3ecbf..bdf62870 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -9,7 +9,7 @@ DUCK_HEAD = ["\_o< ", "\_O< ", "\_0< ", "\_\u00f6< ", "\_\u00f8< ",
"\_\u00f3< "]
DUCK_MESSAGE = ["QUACK!", "FLAP FLAP!", "quack!", "squawk!"]
DUCK_MESSAGE_RARE = ["beep boop!", "QUACK QUACK QUACK QUACK QUACK!!", "HONK!",
- "I AM THE METAL DUCK"]
+ Utils.underline("I AM THE METAL DUCK")]
DUCK_MINIMUM_MESSAGES = 10
DUCK_MINIMUM_UNIQUE = 3