add thumbs up reactions to list
This commit is contained in:
parent
3899c01663
commit
33dd73f809
1 changed files with 1 additions and 0 deletions
|
@ -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" // ⭐
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue