aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/issues.py
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2019-10-02 00:14:21 +0200
committerGravatar Numerlor <[email protected]>2019-10-02 00:14:21 +0200
commit619ee9fd2106d0778e90ae782be1c66abe516cba (patch)
tree31600eff9ddcaee30b0a663ab9cd8c65a9f69cce /bot/seasons/evergreen/issues.py
parentUse rewritten override_in_channel to create a new whitelist for the command (diff)
call the rewritten override_in_channel
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: