From a6254a2493a33e1abbc80c1bfbce99a2333da3d9 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 12 Jan 2024 20:10:18 +0100 Subject: [PATCH] Updated dev flag --- src/commands/snipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/snipe.ts b/src/commands/snipe.ts index 53a3e12..eabdf1f 100644 --- a/src/commands/snipe.ts +++ b/src/commands/snipe.ts @@ -9,7 +9,7 @@ export = { description: "Snipes the last deleted message of a user", type: "slash", public: true, - dev: false, + dev: true, data: new SlashCommandBuilder() .setName("snipe")