summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-03 22:49:47 -0400
committerUnknown <Alee14498@gmail.com>2017-08-03 22:49:47 -0400
commitc35a5019f915906f0835265956fc23b2e85afa8a (patch)
tree9a04fd09fbf4c39aeb8e05d8f454e7fd4e3f8233
parent25fc3a99167dfb8f08e57ba91f299bafdc4bb7c6 (diff)
downloadAleeBot-c35a5019f915906f0835265956fc23b2e85afa8a.tar.gz
AleeBot-c35a5019f915906f0835265956fc23b2e85afa8a.tar.bz2
AleeBot-c35a5019f915906f0835265956fc23b2e85afa8a.zip
Bug fixes
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index b67c505..bb7d892 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -27,7 +27,7 @@ client.on("guildMemberAdd", function(member) {
client.on("guildMemberRemove", function(member) {
member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " Nice knowing you bye...");
-});*/
+});
function wordFilter(content) {