aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-08 20:38:45 +0100
committerGravatar dongfix2018-09-08 20:38:45 +0100
commit558e2eb8463af334f6f5312e9edda1762791dca3 (patch)
tree8312d20dd28e678bce137f8d70efb00f5e05462b /modules/ducks.py
parentMore duck timing tweaks (diff)
signature
Trim garbage code.
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py3
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):