From 2d6d2a98d7bede232780678b1c67c6c8b8863132 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 11 May 2019 18:26:53 +0100 Subject: [PATCH] Typo in ducks.py, 'DEFAUL' -> 'DEFAULT' --- modules/ducks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ducks.py b/modules/ducks.py index d9081ffb..01b46457 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -4,7 +4,7 @@ from src import EventManager, ModuleManager, utils DUCK = "・゜゜・。。・゜゜\_o< QUACK!" NO_DUCK = "There was no duck!" -DEFAUL_MIN_MESSAGES = 100 +DEFAULT_MIN_MESSAGES = 100 @utils.export("channelset", {"setting": "ducks-enabled", "help": "Whether or not to spawn ducks", "validate": utils.bool_or_none})