Fixed a few things mentioned in SonarCloud
All checks were successful
Analysis / SonarCloud (push) Successful in 40s

This commit is contained in:
2024-10-29 23:19:52 +01:00
parent 4ee704b41e
commit d20d07bb6a
4 changed files with 14 additions and 9 deletions

View File

@@ -358,7 +358,8 @@ class PyroClient(Client):
]
logger.info(
"Registering commands %s with a default scope 'BotCommandScopeDefault'"
"Registering commands %s with a default scope 'BotCommandScopeDefault'",
commands
)
await self.set_bot_commands(commands)