summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 15:42:15 +0000
committerGitHub <noreply@github.com>2017-08-13 15:42:15 +0000
commitfbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9 (patch)
treeb450e16f12fbc628925ba7d5dd7d01cfbced88f7
parent9dd24d17fc2cab80d4c14ed6e31f8f18b6a61bd8 (diff)
downloadAleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.tar.gz
AleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.tar.bz2
AleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.zip
Updating ab:help
-rw-r--r--aleebot.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/aleebot.js b/aleebot.js
index fdd5e20..177ca12 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -95,7 +95,7 @@ client.on("message", function(message){
.addField('Link:', 'botinvite\nserverinvite\ngit',true)
.addField('Owner Only:', 'say\neval',true)
.addField('Monitor:', 'ping\nuptime',true)
- .addField('Etc:', 'avatarurl\nowner\nsuggest', true)
+ .addField('Etc:', 'avatarurl\nsuggest', true)
.setFooter("AleeBot "+ abversion +" Copyright "+ year +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.setColor("#7af442")
message.channel.sendEmbed(embed);
@@ -114,10 +114,6 @@ client.on("message", function(message){
message.reply(`Pong! :ping_pong: \`${Date.now() - message.createdTimestamp} ms\``);
}
- if(command === 'owner'){
- message.channel.send ('The person who made this bot is Alee14#9928!');
- }
-
if(command === 'suggest'){
message.reply('Sorry this feature is still being worked on :(');
}