diff --git a/model/guild.js b/model/guild.js index 4acac69..1bc1ee3 100644 --- a/model/guild.js +++ b/model/guild.js @@ -166,7 +166,7 @@ const Guild = { }, 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.`); } };