Skip to content

Instantly share code, notes, and snippets.

View sigmatuse4's full-sized avatar

Rald sigmatuse4

  • Metro Manila, Philippines
  • 16:24 (UTC +08:00)
View GitHub Profile
@sigmatuse4
sigmatuse4 / permissions.js
Last active June 4, 2022 22:50
Probably something in handy to cure the long permission formatting. Writing this as of discord.js@13.6.0 (also works with 13.7.0)
module.exports = {
'CREATE_INSTANT_INVITE': 'Create Invite',
'KICK_MEMBERS': 'Kick Members',
'BAN_MEMBERS': 'Ban Members',
'ADMINISTRATOR': 'Administrator',
'MANAGE_CHANNELS': 'Manage Channels',
'MANAGE_GUILD': 'Manage Server',
'ADD_REACTIONS': 'Add Reactions',
'VIEW_AUDIT_LOG': 'View Audit Log',
'PRIORITY_SPEAKER': 'Priority Speaker',