Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const bot = new Discord.Client();
  3.  
  4. bot.on('message', (message) => {
  5.  
  6. if(message.content == 'ping') {
  7. message.reply('pong');
  8. }
  9.  
  10. if(message.content == 'xd') {
  11. message.reply('smh');
  12. }
  13.  
  14. });
  15.  
  16. bot.login('NDcwMjY2Njc3NzQxODc5Mjk2.DjWV2g.5haI90LCqwxH2X0lrdCaURVP3Q8');
  17.  
  18. if(message.content == 'xd', 'xD', 'XD', 'Xd',) {
  19. message.reply('pong');
  20. }
Add Comment
Please, Sign In to add comment