Fix all eslint warnings
This commit is contained in:
parent
ad5c15ee40
commit
ac9b59281e
11 changed files with 20 additions and 26 deletions
|
@ -9,7 +9,8 @@ module.exports = function(client, enableLoginMessage, loginChannel, loginMessage
|
|||
try{
|
||||
client.channels.cache.get(loginChannel).send(loginMessage)
|
||||
}catch(err){
|
||||
console.log("Failed trying to send a message on login.\n")
|
||||
console.error("Failed trying to send a message on login.\n")
|
||||
console.error(err)
|
||||
}
|
||||
loadServerPrefixes(client)
|
||||
checkTimer(client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue