Advertisement
Guest User

Help.js

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