aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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):