forked from Supositware/Haha-Yes
Removed a console.log
This commit is contained in:
parent
450ab79c08
commit
331de1784f
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ class messageReactionRemoveListener extends Listener {
|
|||
}
|
||||
|
||||
if (reaction.emoji.name == staremote && reaction.count < starcount) {
|
||||
console.log('probably removed by now');
|
||||
let channel = this.client.channels.get(starboardChannel.starboard);
|
||||
let message = await channel.messages.get(messageID[reaction.message.id]);
|
||||
message.delete();
|
||||
|
@ -47,7 +46,6 @@ class messageReactionRemoveListener extends Listener {
|
|||
}
|
||||
|
||||
if (reaction.emoji.name == shameemote && reaction.count < shamecount) {
|
||||
console.log('probably removed by now');
|
||||
let channel = this.client.channels.get(shameboardChannel.shameboard);
|
||||
let message = await channel.messages.get(messageID[reaction.message.id]);
|
||||
message.delete();
|
||||
|
|
Loading…
Reference in a new issue