Fix all eslint warnings
This commit is contained in:
parent
ad5c15ee40
commit
ac9b59281e
11 changed files with 20 additions and 26 deletions
|
@ -19,7 +19,8 @@ module.exports = {
|
|||
try {
|
||||
num = num.slice(0, -1);
|
||||
} catch (e) {
|
||||
message.channel.send("There was an error.");
|
||||
console.error(e)
|
||||
message.channel.send("There was an error. Check the logs");
|
||||
return;
|
||||
}
|
||||
message.channel.send("https://cdn.discordapp.com/emojis/" + num + extension);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue