Advertisement
Guest User

switch

a guest
Jul 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. case 'help':
  2. message.channel.send({embed: {
  3. color: 3447003,
  4. title: "Help:",
  5. fields: [
  6. { name: "Commands", value: "<commands>", inline: true}
  7. ]
  8. }
  9. });
  10. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement