aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/issues.py
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2019-10-12 10:36:46 +0800
committerGravatar GitHub <[email protected]>2019-10-12 10:36:46 +0800
commit4bc379383fdf4c4b8436000154f7b9441956f7c7 (patch)
treefdb47ed534a476107f10016837aecf4d58da5d30 /bot/seasons/evergreen/issues.py
parenthad the wrong prefix in docstring xD (diff)
parentMerge pull request #287 from WillDaSilva/drag_names (diff)
Merge branch 'master' 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: