Feature/ddos welcome notification (#4)

* Updated message to include status channel

* Edited welcome message
This commit is contained in:
aIbatros 2021-07-24 11:29:38 -04:00 committed by GitHub
parent 04eefbc278
commit f5038b64c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ const Guild = {
}, },
guildMemberAddHandler: (member) => { guildMemberAddHandler: (member) => {
Guild.joinsChannel.send(`Welcome, ${member}! Just so you are aware, we are slowly recovering from a DDoS attack. If you are having any kind of issues, please make sure you are on the latest version. Please check <#863171642905591830> for the status of the servers before reporting any issues. If you are still unable to connect, you can note your switches in <#862595352917442570> so that you have them for when the server has recovered. We thank you for your patience!`) Guild.joinsChannel.send(`Welcome, ${member}! If you joined for any specific support questions please check out <#863171642905591830> first to see if your issue is known, and make sure that your app is up-to-date before posting.`);
} }
}; };