We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ab6c2 commit 3a15ee4Copy full SHA for 3a15ee4
discord_slash/client.py
@@ -368,7 +368,7 @@ async def sync_all_commands(
368
permissions_map[applicable_guild].append(permission)
369
370
371
- self.logger.debug("Permissions for commands are " + permissions_map)
+ self.logger.debug(permissions_map)
372
for scope in permissions_map:
373
existing_perms = await self.req.get_all_guild_commands_permissions(scope)
374
new_perms = permissions_map[scope]
0 commit comments