Skip to content

Commit d29cb2a

Browse files
RainzDevkzndotsh
authored andcommitted
turned on atomic due to cache issues
1 parent 2a22d6c commit d29cb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tux/cogs/moderation/unjail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def restore_roles(
109109

110110
# Try to add all roles at once
111111
try:
112-
await member.add_roles(*roles_to_add, reason=reason, atomic=False)
112+
await member.add_roles(*roles_to_add, reason=reason)
113113

114114
except discord.Forbidden:
115115
logger.error(f"No permission to add roles to {member}")

0 commit comments

Comments
 (0)