forked from Supositware/Haha-Yes
dosent return when missing star/shameboard
This commit is contained in:
parent
89db7b797b
commit
bdc2f7c144
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class MessageReactionAddListener extends Listener {
|
|||
staremote = starboardChannel['emote'];
|
||||
starcount = starboardChannel['count'];
|
||||
} catch (err) {
|
||||
return;
|
||||
console.log(`No shameboard for ${reaction.message.guild.name}, not an error`);
|
||||
}
|
||||
|
||||
try {
|
||||
|
@ -34,7 +34,7 @@ class MessageReactionAddListener extends Listener {
|
|||
shameemote = shameboardChannel['emote'];
|
||||
shamecount = shameboardChannel['count'];
|
||||
} catch (err) {
|
||||
return;
|
||||
console.log(`No shameboard for ${reaction.message.guild.name}, not an error`);
|
||||
}
|
||||
|
||||
// Starboard
|
||||
|
|
Loading…
Reference in a new issue