aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/issues.py
diff options
context:
space:
mode:
authorGravatar vivax3794 <[email protected]>2019-10-12 05:10:26 +0200
committerGravatar vivax3794 <[email protected]>2019-10-12 05:10:26 +0200
commit3c41e5b5dc84a1ab78863afbf751b70c2f83ccfc (patch)
tree344746635d27c4f95ec7494c4f261cc0479bd810 /bot/seasons/evergreen/issues.py
parentFixed forgetting to divide by 100. (diff)
parentMerge branch 'master' into hacktober-issue-finder (diff)
Merge remote-tracking branch 'origin/hacktober-issue-finder' into hacktober-issue-finder
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: