Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. bot.on('message', function (user, userID, channelID, message, evt) {
  2. // Commands
  3. switch(message) {
  4. // tmi
  5. case'tmi':
  6. bot.sendMessage({
  7. to: channelID,
  8. message: ' tmi https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  9. });
  10. break;
  11. // (tmi)
  12. case'(tmi)':
  13. bot.sendMessage({
  14. to: channelID,
  15. message: ' (tmi) https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  16. });
  17. break;
  18. // dab
  19. case'dab':
  20. bot.sendMessage({
  21. to: channelID,
  22. message: ' dab https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  23. });
  24. break;
  25. // (dab)
  26. case'(dab)':
  27. bot.sendMessage({
  28. to: channelID,
  29. message: ' (dab) https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  30. });
  31. break;
  32. // skype
  33. case'skype':
  34. bot.sendMessage({
  35. to: channelID,
  36. message: ' TIME TO DITCH SKYPE AND TEAMSPEAK TIME TO DITCH SKYPE AND TEAMSPEAK TIME TO DI https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  37. });
  38. break;
  39. // Death Grips fuck you dont @ me
  40. case'Deathgrips':
  41. case'death grips':
  42. case'deathgrips':
  43. case'Deathgrips':
  44. bot.sendMessage({
  45. to: channelID,
  46. message: ' Thats a pretty shitty band, dude https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  47. });
  48. break;
  49. // Black people haha ash you clever dog fuck you your memes suck dick
  50. case'Black people':
  51. case'blacks':
  52. case'african':
  53. case'americans':
  54. case'monkeys':
  55. case'nigger':
  56. case'niggers':
  57. case'nigga':
  58. case'colored':
  59. case'colored people':
  60. case'africa':
  61. case'DG':
  62. case'money store':
  63. case'guillotine':
  64. case'ape':
  65. case'bazinga':
  66. case'young sheldon':
  67. case'big bang theory':
  68. case'The Father':
  69. bot.sendMessage({
  70. to: channelID,
  71. message: ' thats some pretty dumb shit to talk about my guy :cowboy: https://cdn.discordapp.com/attachments/173086017656455168/403337613324582913/tmi.gif'
  72. });
  73. break;
  74. // Just add any case commands if you want to..
  75. };;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement