From d3fbe9c8a5d2875d964a6de86d7007ddf7ad9247 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sun, 4 Aug 2024 13:14:23 +0200 Subject: Remove alts, add Active Runner role, increase src.py scheduled job to 30min Removing alts from the database to save on resources and to ensure the integrity of the roles. Adding Active Runner role, which will be given to runners with a run on the leaderboard in the past 2 years. Increasing to 30min as the jobs can overlap and overwrite each other, which is not a good idea. Helps with rate limiting as well. --- cogs/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/general.py') diff --git a/cogs/general.py b/cogs/general.py index 64e0ab6..65ff521 100755 --- a/cogs/general.py +++ b/cogs/general.py @@ -384,7 +384,7 @@ class MyHelpCommand(commands.MinimalHelpCommand): ] def get_command_signature(self, command): - return f"``{self.clean_prefix}{command.qualified_name} {command.signature}``" + return f"``{self.context.clean_prefix}{command.qualified_name} {command.signature}``" def get_ending_note(self) -> str: return choice(self.messages) -- cgit v1.2.3