File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const Getroles: Command<Message> = {
1818 aliases : [ ] ,
1919 memberPermissions : [ "BAN_MEMBERS" ] ,
2020 botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
21+ customPermissions : [ "MANAGE_SERVER" ] ,
2122 nsfw : false ,
2223 ownerOnly : false ,
2324 run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const Getroles: Command<Message> = {
1414 aliases : [ ] ,
1515 memberPermissions : [ ] ,
1616 botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
17+ customPermissions : [ "MANAGE_SERVER" ] ,
1718 nsfw : false ,
1819 ownerOnly : false ,
1920 run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const Rconcmd: Command<Message> = {
1515 aliases : [ ] ,
1616 memberPermissions : [ "MANAGE_GUILD" ] ,
1717 botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
18+ customPermissions : [ "RCON_CMD" ] ,
1819 nsfw : false ,
1920 ownerOnly : false ,
2021 run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const Refreshbanlist: Command<Message> = {
1212 aliases : [ ] ,
1313 memberPermissions : [ "MANAGE_GUILD" ] ,
1414 botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
15+ customPermissions : [ "MANAGE_SERVER" ] ,
1516 nsfw : false ,
1617 ownerOnly : false ,
1718 run : async ( { message } ) => {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const Unban: Command<Message> = {
1515 guildOnly : false ,
1616 memberPermissions : [ "BAN_MEMBERS" ] ,
1717 botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
18+ customPermissions : [ "MANAGE_SERVER" ] ,
1819 nsfw : false ,
1920 ownerOnly : false ,
2021 run : async ( { client, message, args } ) => {
You can’t perform that action at this time.
0 commit comments