diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 15:42:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-13 15:42:15 +0000 |
| commit | fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9 (patch) | |
| tree | b450e16f12fbc628925ba7d5dd7d01cfbced88f7 /aleebot.js | |
| parent | 9dd24d17fc2cab80d4c14ed6e31f8f18b6a61bd8 (diff) | |
| download | AleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.tar.gz AleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.tar.bz2 AleeBot-fbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9.zip | |
Updating ab:help
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 :('); } |
