Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. console.log('El bot esta listo');
  2. const Discord = require('discord.js');
  3. const bot = new Discord.Client();
  4.  
  5. bot.on('message', (message) => {
  6. if (message.content == '+kko') {
  7. message.channel.sendMessage('Hola! ;D');
  8. }
  9. });
  10. bot.login('NDU4MzYyODQyMDM1NTE5NTEx.Dgmj6Q.Gq4ivz9vq_LO1P6KJoalTwBr2C4');
Add Comment
Please, Sign In to add comment