From 0ee34462bf7242f80fa3f8ba13f56948605c6a08 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 9 Nov 2024 18:14:41 -0500 Subject: [PATCH] canExecuteDevCommands --- discord/commands/Eval.ts | 1 + 1 file changed, 1 insertion(+) 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 ];