canExecuteDevCommands

pull/3/head
Matthew 2024-11-09 18:14:41 -05:00
parent 58841b2830
commit 0ee34462bf
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 0 deletions

View File

@ -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
];