aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-12-05 12:13:29 +0000
committerGravatar jesopo2018-12-05 12:13:29 +0000
commit764e1e3245fc6d1deac9042fad128362be59d042 (patch)
tree182409e19093aa1e79368ef604a8f2a2fcf11afb /modules/github.py
parentDon'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.py2
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})