summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md26
-rw-r--r--abwelcome.js4
-rw-r--r--commands/help.js2
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.
diff --git a/README.md b/README.md
index fddd44a..cb6f6d0 100644
--- a/README.md
+++ b/README.md
@@ -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)