From 12b55cbe23fd9a7de9b52346160058028cc08eeb Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 28 Oct 2017 00:13:30 -0400 Subject: Made some changes --- bot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.js b/bot.js index 5ba88d2..001d171 100644 --- a/bot.js +++ b/bot.js @@ -1493,9 +1493,9 @@ function messageChecker(oldMessage, newMessage) { }, 300000, null); if (nick == "") { - client.channels.get("277923386959855626").send("<@" + message.author.id + "> :arrow_right: `[clear]`. `mod:declnick " + message.author.id + "`"); + client.channels.get("369221540728012802").send("<@" + message.author.id + "> :arrow_right: `[clear]`. `mod:declnick " + message.author.id + "`"); } else { - client.channels.get("277923386959855626").send("<@" + message.author.id + "> :arrow_right: `" + nick + "`. `mod:declnick " + message.author.id + "`"); + client.channels.get("369221540728012802").send("<@" + message.author.id + "> :arrow_right: `" + nick + "`. `mod:declnick " + message.author.id + "`"); } } } else { @@ -2186,12 +2186,12 @@ client.on('guildMemberAdd', function(guildMember) { } } var embed = new Discord.RichEmbed(); - + embed.setAuthor("Victor Tran", "https://yt3.ggpht.com/-Iuf1v4-SSSM/AAAAAAAAAAI/AAAAAAAAAAA/89IYeQw--wU/photo.jpg"); embed.setColor("#0096FF"); embed.setDescription(":wave: **HEY HEY HEY**! Welcome " + guildMember.displayName + " to AstrelTaser Cantral! Before you start, we recommend you check the rules over at https://docs.google.com/spreadsheets/d/1JUxm3ykqCWCagXZqGo390fO9Fl7IpGcnHmCfdrdBx8w/edit?usp=drivesdk. Thanks, and enjoy the community. - Victor"); embed.setURL("https://docs.google.com/spreadsheets/d/1JUxm3ykqCWCagXZqGo390fO9Fl7IpGcnHmCfdrdBx8w/edit?usp=drivesdk"); - + guildMember.sendEmbed(embed) }); -- cgit v1.2.3