From c096deb1d0849d47ed5574d850011763ab6f513e Mon Sep 17 00:00:00 2001 From: aIbatros <57874257+aIbatros@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:58:33 -0400 Subject: [PATCH] Updated message to include status channel --- model/guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/guild.js b/model/guild.js index 55bbc4b..4acac69 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 trouble connecting to the app, please make sure you are on the latest version. 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}! 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!`) } };