aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-28 00:13:30 -0400
committerUnknown <Alee14498@gmail.com>2017-10-28 00:13:30 -0400
commit12b55cbe23fd9a7de9b52346160058028cc08eeb (patch)
tree20b2c0586f0ed05f18915c759fbaa2735ce61102
parent13bc74ad8ee289e1d5c9d6b00f99a8f9515cc943 (diff)
downloadAstralMod-ATC-12b55cbe23fd9a7de9b52346160058028cc08eeb.tar.gz
AstralMod-ATC-12b55cbe23fd9a7de9b52346160058028cc08eeb.tar.bz2
AstralMod-ATC-12b55cbe23fd9a7de9b52346160058028cc08eeb.zip
Made some changes
-rw-r--r--bot.js8
1 files 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)
});