Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. else if (command === 'game') {
  2. message.channel.send('What is your favorite game? Fortnite or Minecraft?')
  3. async () => {
  4. const awaiting = await message.channel.awaitMessages(msg => {
  5. switch(msg.content) {
  6. case 'Fortnite':
  7. message.channel.send('I hate u for now')
  8. break;
  9. case 'nigger':
  10. message.channel.send('U r my brother!')
  11. break;
  12. default:
  13. message.channel.send('this was not a implemented response sowry :(')
  14. return;
  15. };
  16. }, {time: 5000});
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement