summaryrefslogtreecommitdiff
path: root/ATRI/plugins/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/github.py')
-rw-r--r--ATRI/plugins/github.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ATRI/plugins/github.py b/ATRI/plugins/github.py
index 167ca2f..ce118cd 100644
--- a/ATRI/plugins/github.py
+++ b/ATRI/plugins/github.py
@@ -12,7 +12,6 @@ URL = "https://api.github.com/repos/{owner}/{repo}/issues/{issue_number}"
github_issues = sv.on_message(rule=is_block() & is_in_dormant())
-sv.manual_reg_service("GitHubIssue速览")
@github_issues.handle()
async def _github_issues(bot: Bot, event: MessageEvent) -> None: