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> = {
18
18
aliases : [ ] ,
19
19
memberPermissions : [ "BAN_MEMBERS" ] ,
20
20
botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
21
+ customPermissions : [ "MANAGE_SERVER" ] ,
21
22
nsfw : false ,
22
23
ownerOnly : false ,
23
24
run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const Getroles: Command<Message> = {
14
14
aliases : [ ] ,
15
15
memberPermissions : [ ] ,
16
16
botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
17
+ customPermissions : [ "MANAGE_SERVER" ] ,
17
18
nsfw : false ,
18
19
ownerOnly : false ,
19
20
run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const Rconcmd: Command<Message> = {
15
15
aliases : [ ] ,
16
16
memberPermissions : [ "MANAGE_GUILD" ] ,
17
17
botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
18
+ customPermissions : [ "RCON_CMD" ] ,
18
19
nsfw : false ,
19
20
ownerOnly : false ,
20
21
run : async ( { message, args } ) => {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const Refreshbanlist: Command<Message> = {
12
12
aliases : [ ] ,
13
13
memberPermissions : [ "MANAGE_GUILD" ] ,
14
14
botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
15
+ customPermissions : [ "MANAGE_SERVER" ] ,
15
16
nsfw : false ,
16
17
ownerOnly : false ,
17
18
run : async ( { message } ) => {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const Unban: Command<Message> = {
15
15
guildOnly : false ,
16
16
memberPermissions : [ "BAN_MEMBERS" ] ,
17
17
botPermissions : [ "SEND_MESSAGES" , "EMBED_LINKS" ] ,
18
+ customPermissions : [ "MANAGE_SERVER" ] ,
18
19
nsfw : false ,
19
20
ownerOnly : false ,
20
21
run : async ( { client, message, args } ) => {
You can’t perform that action at this time.
0 commit comments