From 5efe00a7adb49e324b84d1f1d6cf126475623869 Mon Sep 17 00:00:00 2001 From: swawesome9598 Date: Sat, 13 May 2017 17:21:34 -0400 Subject: owo die die die die die --- bot.js | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index aa4e7ff..9d1f8aa 100644 --- a/bot.js +++ b/bot.js @@ -1,50 +1 @@ -const Discord = require('discord.js'); -const client = new Discord.Client(); - -client.on('message', message => { - if(message.content === 'ab:profile'){ - message.reply(message.author.avatarURL); - } - - }); - -client.on('message', message => { - if(message.content === 'ab:git'){ - message.channel.sendMessage ('Here is the github repo: https://github.com/Alee14/AleeBot'); - } - -}); - -client.on('message', message => { - if(message.content === 'ab:ping'){ - message.reply('Pong! :ping_pong:'); - } - -}); - -client.on('message', message => { - if(message.content === 'ab:pong'){ - message.reply('Ping! :ping_pong:'); - } - -}); - -client.on('message', message => { - if(message.content === 'ab:help'){ - message.channel.sendMessage ('```Commands for AleeBot!\n\nab:profile\nab:git\nab:ping\nab:pong\nab:owner```'); - } - -}); - -client.on('message', message => { - if(message.content === 'ab:owner'){ - message.channel.sendMessage ('The person who made this is Alee14#9928!'); - } - -}); - -client.on("ready", () => client.user.setGame("For help: ab:help")) - - client.login ('token') - console.log('[INFO] Success! Bot is running, Logged in as ${client.user.username}!') -// WE NEED DEVELOPERS!!!!!!!!!! \ No newline at end of file +fuck fuck fuck fuck fuck fuck fuck fuck -- cgit v1.2.3