This commit is contained in:
Skillz
2020-08-11 08:26:13 -04:00
parent 13457df59c
commit 9a40ffb2d0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export async function addReactions(
);
} else {
for (const reaction of reactions) {
await addReaction(channelID, messageID, reaction)
await addReaction(channelID, messageID, reaction);
}
}
}