diff options
| author | 2018-12-05 12:13:29 +0000 | |
|---|---|---|
| committer | 2018-12-05 12:13:29 +0000 | |
| commit | 764e1e3245fc6d1deac9042fad128362be59d042 (patch) | |
| tree | 182409e19093aa1e79368ef604a8f2a2fcf11afb /modules/github.py | |
| parent | Don't try to call .isdigit() on an int object in coin.py.lottery_buy (diff) | |
| signature | ||
Prevent setting values to array settings and prevent adding to non-array
settings
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index ed27e1a9..c147ae42 100644 --- a/modules/github.py +++ b/modules/github.py @@ -28,7 +28,7 @@ COMMENT_ACTIONS = { @utils.export("channelset", {"setting": "github-hook", "help": ("Disable/Enable showing BitBot's github commits in the " - "current channel")}) + "current channel"), "array": True}) @utils.export("channelset", {"setting": "github-hide-prefix", "help": "Hide/show command-like prefix on Github hook outputs", "validate": utils.bool_or_none}) |
