aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/issues.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-02 17:16:44 +0200
committerGravatar GitHub <[email protected]>2019-10-02 17:16:44 +0200
commit1974164355a0dabc884b67a93e3bf12e0ed76b11 (patch)
treedeaed1b2caf7f650f05e12613cdff5b8a12629c9 /bot/seasons/evergreen/issues.py
parentPoint setup guide to site wiki (diff)
parentMerge branch 'master' into hacktober-date-channel-fixes (diff)
Merge pull request #285 from Numerlor/hacktober-date-channel-fixes
Hacktober date range and channel whitelist fixes
Diffstat (limited to 'bot/seasons/evergreen/issues.py')
-rw-r--r--bot/seasons/evergreen/issues.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/issues.py b/bot/seasons/evergreen/issues.py
index 0ba74d9c..438ab475 100644
--- a/bot/seasons/evergreen/issues.py
+++ b/bot/seasons/evergreen/issues.py
@@ -16,7 +16,7 @@ class Issues(commands.Cog):
self.bot = bot
@commands.command(aliases=("issues",))
- @override_in_channel
+ @override_in_channel()
async def issue(
self, ctx: commands.Context, number: int, repository: str = "seasonalbot", user: str = "python-discord"
) -> None: