File tree Expand file tree Collapse file tree 5 files changed +35
-5
lines changed
Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 1- import { Command , CommandOptions } from 'axoncore' ;
1+ import { Command , CommandOptions , CommandPermissions } from 'axoncore' ;
22
33class Blaise extends Command {
44 constructor ( module ) {
@@ -20,6 +20,12 @@ class Blaise extends Command {
2020 this . options = new CommandOptions ( this , {
2121 argsMin : 0 ,
2222 } ) ;
23+
24+ this . permissions = new CommandPermissions ( this , {
25+ guilds : {
26+ needed : [ '444277614346108939' ] ,
27+ } ,
28+ } ) ;
2329 }
2430
2531 async execute ( { msg, args } ) {
Original file line number Diff line number Diff line change 1- import { Command , CommandOptions } from 'axoncore' ;
1+ import { Command , CommandOptions , CommandPermissions } from 'axoncore' ;
22
33class Celeste extends Command {
44 constructor ( module ) {
@@ -20,6 +20,12 @@ class Celeste extends Command {
2020 this . options = new CommandOptions ( this , {
2121 argsMin : 0 ,
2222 } ) ;
23+
24+ this . permissions = new CommandPermissions ( this , {
25+ guilds : {
26+ needed : [ '444277614346108939' ] ,
27+ } ,
28+ } ) ;
2329 }
2430
2531 async execute ( { msg, args } ) {
Original file line number Diff line number Diff line change 1- import { Command , CommandOptions } from 'axoncore' ;
1+ import { Command , CommandOptions , CommandPermissions } from 'axoncore' ;
22
33class Racine extends Command {
44 constructor ( module ) {
@@ -20,6 +20,12 @@ class Racine extends Command {
2020 this . options = new CommandOptions ( this , {
2121 argsMin : 0 ,
2222 } ) ;
23+
24+ this . permissions = new CommandPermissions ( this , {
25+ guilds : {
26+ needed : [ '444277614346108939' ] ,
27+ } ,
28+ } ) ;
2329 }
2430
2531 async execute ( { msg, args } ) {
Original file line number Diff line number Diff line change 1- import { Command , CommandOptions } from 'axoncore' ;
1+ import { Command , CommandOptions , CommandPermissions } from 'axoncore' ;
22
33class Rounard extends Command {
44 constructor ( module ) {
@@ -20,6 +20,12 @@ class Rounard extends Command {
2020 this . options = new CommandOptions ( this , {
2121 argsMin : 0 ,
2222 } ) ;
23+
24+ this . permissions = new CommandPermissions ( this , {
25+ guilds : {
26+ needed : [ '444277614346108939' ] ,
27+ } ,
28+ } ) ;
2329 }
2430
2531 async execute ( { msg, args } ) {
Original file line number Diff line number Diff line change 1- import { Command , CommandOptions } from 'axoncore' ;
1+ import { Command , CommandOptions , CommandPermissions } from 'axoncore' ;
22
33class Sarah extends Command {
44 constructor ( module ) {
@@ -20,6 +20,12 @@ class Sarah extends Command {
2020 this . options = new CommandOptions ( this , {
2121 argsMin : 0 ,
2222 } ) ;
23+
24+ this . permissions = new CommandPermissions ( this , {
25+ guilds : {
26+ needed : [ '444277614346108939' ] ,
27+ } ,
28+ } ) ;
2329 }
2430
2531 async execute ( { msg, args } ) {
You can’t perform that action at this time.
0 commit comments