diff --git a/discord/commands/Eval.ts b/discord/commands/Eval.ts index d3ea6fb..8b1a1ad 100644 --- a/discord/commands/Eval.ts +++ b/discord/commands/Eval.ts @@ -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 ];