aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index b21b0f36..5af9bd95 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -3,7 +3,8 @@ from src import ModuleManager, utils
@utils.export("channelset", {"setting": "github-hook",
"help": ("Disable/Enable showing BitBot's github commits in the "
- "current channel"), "validate": utils.bool_or_none})
+ "current channel"), "validate": utils.bool_or_none,
+ "hidden": True})
class Module(ModuleManager.BaseModule):
@utils.hook("api.post.github")
def github(self, event):