fixed condition for discord role assignment
This commit is contained in:
@@ -34,7 +34,7 @@ export const handleParticipantFinished = async (
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
if (event.discordRoleId && discordAccount) {
|
if (discordAccount) {
|
||||||
await setStandardName({
|
await setStandardName({
|
||||||
memberId: discordAccount.discordId,
|
memberId: discordAccount.discordId,
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user