refactor: Don't react with unimplemented question mark

master
ALI Hamza 2021-10-12 22:02:08 +07:00
parent cfd0b08ece
commit 1b36a24409
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 1 additions and 1 deletions

@ -43,7 +43,7 @@ class NewAppeal extends Listener {
msg.edit(embed.setFooter("Appeal ID: " + appeal.id));
msg.react("✅");
msg.react("❔");
// msg.react("❔");
msg.react("❌");
}
}