diff options
Diffstat (limited to 'arthur/exts/fun/devops_rules.py')
-rw-r--r-- | arthur/exts/fun/devops_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/devops_rules.py b/arthur/exts/fun/devops_rules.py index fa0e1c4..0e311cb 100644 --- a/arthur/exts/fun/devops_rules.py +++ b/arthur/exts/fun/devops_rules.py @@ -52,7 +52,7 @@ class Rules(Cog): ) @rules_group.command(name="refresh", aliases=("fetch", "update")) - async def update_rules(self, ctx: Context) -> None: + async def update_rules(self, _: Context) -> None: """Re-fetch the list of rules from notion.""" await self.cog_load() |