mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-23 12:16:48 +00:00
Feature/ddos welcome notification (#4)
* Updated message to include status channel * Edited welcome message
This commit is contained in:
parent
04eefbc278
commit
f5038b64c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.`);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue