Update actions/checkout to v4
This commit is contained in:
parent
34c5f08806
commit
b89b926f9a
11 changed files with 10 additions and 13 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