diff --git a/main.py b/main.py index ab56f4b..c44b35f 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ prefix = os.getenv('PREFIX') class Client(commands.CommandsClient): # This class contains all of the commands the bot uses. - async def get_prefix(self, message: revolt.Message, input: str = prefix): + async def get_prefix(self, message: revolt.Message, input: str = prefix): # pylint: disable=W0622, E0601 return input @commands.command()