Typo in ducks.py, 'DEFAUL' -> 'DEFAULT'
This commit is contained in:
parent
d291cd5063
commit
2d6d2a98d7
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue