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