missed one
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
2b5a5e636a
commit
2ac7ae85ce
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export async function addMemberPendingRoleChange(
|
|||
try {
|
||||
await member.roles.set(Array.from(newRoleIds.values()), "Reaction roles");
|
||||
} catch (e) {
|
||||
logger.warn(`Failed to apply role changes to ${renderUsername(member.user)} (${member.id}): ${e.message}`);
|
||||
logger.warn(`Failed to apply role changes to ${renderUsername(member)} (${member.id}): ${e.message}`);
|
||||
}
|
||||
}
|
||||
lock.unlock();
|
||||
|
|
Loading…
Add table
Reference in a new issue