diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-23 17:47:25 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-23 17:47:25 -0400 |
| commit | 237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee (patch) | |
| tree | 609282bddf2056177a963fcc21ae2fe98f5a1983 | |
| parent | 9f48eaee5732dcf618d2d7cc2dc09c1c729e9726 (diff) | |
| download | AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.gz AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.bz2 AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.zip | |
Updates on Readme and adding contributing to AleeBot
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | README.md | 26 | ||||
| -rw-r--r-- | abwelcome.js | 4 | ||||
| -rw-r--r-- | commands/help.js | 2 |
4 files changed, 8 insertions, 26 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3071e07 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +# Contributing to AleeBot +If you want to help me make AleeBot you must get NodeJS to make AleeBot work. @@ -1,29 +1,9 @@ # AleeBot A chat bot for discord written in discord.js. -If you want to become a dev do a pull request, also submit a problem/suggestion to Issues. +If you want to become a dev do a pull request, also submit a problem/suggestion to issues. Get gource at: https://gource.io -# LICENSE +# License -**MIT License** - -Copyright (c) 2017 AleeCorp - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +We are licensed under the MIT license and don't steal our code and claim as yours please. diff --git a/abwelcome.js b/abwelcome.js index 38b157f..898b6a2 100644 --- a/abwelcome.js +++ b/abwelcome.js @@ -10,8 +10,8 @@ client.on('ready', () => { }); client.on("guildMemberAdd", function(member) { - member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " has joined the server") - + member.guild.channels.find("name", "welcomes-and-byes").sendMessage(member.toString() + " has joined the server"); + }); client.on("guildMemberRemove", function(member) { diff --git a/commands/help.js b/commands/help.js index e9384de..da83fe7 100644 --- a/commands/help.js +++ b/commands/help.js @@ -8,7 +8,7 @@ var embed = new Discord.RichEmbed() .setDescription('Every command you put in this bot must start with `ab:`') .setThumbnail("https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048") .addField('Fun Stuff:', 'attack\nask\nship',true) - .addField('Info:', 'userinfo\nserverinfo',true) + .addField('Info:', 'userinfo\n',true) .addField('Link:', 'botinvite\nserverinvite\ngit',true) .addField('Owner Only:', 'say\neval',true) .addField('Monitor:', 'ping\nuptime',true) |
