Skip to content

Commit 3a15ee4

Browse files
committed
fix logging issues.
1 parent d0ab6c2 commit 3a15ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ async def sync_all_commands(
368368
permissions_map[applicable_guild].append(permission)
369369

370370

371-
self.logger.debug("Permissions for commands are " + permissions_map)
371+
self.logger.debug(permissions_map)
372372
for scope in permissions_map:
373373
existing_perms = await self.req.get_all_guild_commands_permissions(scope)
374374
new_perms = permissions_map[scope]

0 commit comments

Comments
 (0)