From 1122dafac312cc817fb3315567785d56b82ab805 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 23 Jun 2018 12:51:20 -0400 Subject: Things --- CONTRIBUTING.md | 2 +- bot_discord.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f805c88..fd8f535 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,4 +31,4 @@ First get NodeJS then clone this repo then do `npm install` in the AleeBot folde "abtoken": "token" } ``` -Then get your token from discord and replace token with your token and finally run this in linux `./run_linux.sh` or for windows `run_win.bat`. +Then get your token from discord and replace `token` with your token and finally run this in linux `./run_linux.sh` or for windows `run_win.bat`. diff --git a/bot_discord.js b/bot_discord.js index a4a72fb..87d9b95 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -201,7 +201,6 @@ client.on('ready', () => { client.on('guildCreate', guild => { log(`[i] New guild joined: ${guild.name} (id: ${guild.id}). This guild has ${guild.memberCount} members!`.blue); - message.author.send(':wave: Hello! Thanks for inviting AleeBot!\nFor help type `ab:help`, and if you want to set the prefix `ab:setprefix [prefix]`') }); -- cgit v1.2.3