forked from engineering/crv2
canExecuteDevCommands
parent
58841b2830
commit
0ee34462bf
|
@ -25,6 +25,7 @@ export default class Eval extends DiscordInteractionCommand {
|
|||
option.setName("depth").setDescription("The depth of the inspection.").setRequired(false)
|
||||
);
|
||||
|
||||
// TODO: replace with database entry "canExecuteDevCommands"
|
||||
this.listOfAllowedIDs = [
|
||||
"278620217221971968", // Matthew
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue