jensie1996

add/remove ticket permissions

Mar 12th, 2022 (edited)
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. message.channel.permissionOverwrites.edit(addUser, {
  2.     SEND_MESSAGES: true,
  3.     CREATE_INSTANT_INVITE: false,
  4.     READ_MESSAGE_HISTORY: true,
  5.     ATTACH_FILES: true,
  6.     ADD_REACTIONS: true,
  7.     CONNECT: true,
  8.     VIEW_CHANNEL: true
  9. });
  10.  
Add Comment
Please, Sign In to add comment