Typo in ducks.py, 'DEFAUL' -> 'DEFAULT'

This commit is contained in:
jesopo 2019-05-11 18:26:53 +01:00
parent d291cd5063
commit 2d6d2a98d7

View file

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