This commit is contained in:
ITOH
2021-04-09 22:22:06 +02:00
parent 3fc62b9572
commit dc9c33f0d4
22 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ export async function handleGuildMemberUpdate(data: DiscordGatewayPayload) {
const roleIds = guildMember.roles || [];
roleIds.forEach((id) => {
eventHandlers.debug(
eventHandlers.debug?.(
"loop",
`1. Running forEach loop in GUILD_MEMBER_UPDATE file.`,
);
@@ -56,7 +56,7 @@ export async function handleGuildMemberUpdate(data: DiscordGatewayPayload) {
});
payload.roles.forEach((id) => {
eventHandlers.debug(
eventHandlers.debug?.(
"loop",
`2. Running forEach loop in GUILD_MEMBER_UPDATE file.`,
);