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 2a22d6c commit d29cb2aCopy full SHA for d29cb2a
tux/cogs/moderation/unjail.py
@@ -109,7 +109,7 @@ async def restore_roles(
109
110
# Try to add all roles at once
111
try:
112
- await member.add_roles(*roles_to_add, reason=reason, atomic=False)
+ await member.add_roles(*roles_to_add, reason=reason)
113
114
except discord.Forbidden:
115
logger.error(f"No permission to add roles to {member}")
0 commit comments