add thumbs up reactions to list

This commit is contained in:
Cadence Ember 2023-09-07 00:55:49 +12:00
parent 3899c01663
commit 33dd73f809
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ async function addReaction(event) {
// https://github.com/discord/discord-api-docs/issues/2723#issuecomment-807022205 ????????????
const forceTrimmedList = [
"%F0%9F%91%8D", // 👍
"%E2%AD%90" // ⭐
]