diff options
| author | 2018-09-08 20:38:45 +0100 | |
|---|---|---|
| committer | 2018-09-08 20:38:45 +0100 | |
| commit | 558e2eb8463af334f6f5312e9edda1762791dca3 (patch) | |
| tree | 8312d20dd28e678bce137f8d70efb00f5e05462b /modules/ducks.py | |
| parent | More duck timing tweaks (diff) | |
| signature | ||
Trim garbage code.
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index d7b640f6..c2a3718d 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -14,9 +14,6 @@ DUCK_MESSAGE_RARE = ["beep boop!", "QUACK QUACK QUACK QUACK QUACK!!", "HONK!", DUCK_MINIMUM_MESSAGES = 10 DUCK_MINIMUM_UNIQUE = 3 -CHANNELS_ENABLED = [] - - class Module(object): def __init__(self, bot, events, exports): |
