Trim garbage code.

This commit is contained in:
dngfx 2018-09-08 20:38:45 +01:00 committed by dongfix
parent f17cce3c3d
commit 558e2eb846

View file

@ -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):