diff options
| author | Alee <alee14498@gmail.com> | 2018-06-23 12:51:20 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-23 12:51:20 -0400 |
| commit | 1122dafac312cc817fb3315567785d56b82ab805 (patch) | |
| tree | fb4dc7f42435a99d2da04479469b9f794d55fad0 | |
| parent | 1f95f9c4c5b89dd7b67bfb9eb670794e164c7e19 (diff) | |
| download | AleeBot-1122dafac312cc817fb3315567785d56b82ab805.tar.gz AleeBot-1122dafac312cc817fb3315567785d56b82ab805.tar.bz2 AleeBot-1122dafac312cc817fb3315567785d56b82ab805.zip | |
Things
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | bot_discord.js | 1 |
2 files changed, 1 insertions, 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]`')
});
|
