diff options
| author | 2018-09-08 19:11:12 +0100 | |
|---|---|---|
| committer | 2018-09-08 19:11:12 +0100 | |
| commit | 6d31f5ef3cebe0fe99562333a69174881e2eb15f (patch) | |
| tree | 0523667c93b400edac1acd4db7a9eea88b6ac627 /modules/ducks.py | |
| parent | Refactor ducks.py to make sense. (diff) | |
| signature | ||
Full metal duck.
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 2 |
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 |
