From 36066ad3d8d92855bbfdf4273a53066c6092fa45 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:28:09 -0600 Subject: add blep command (#4) --- commands.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'commands.js') diff --git a/commands.js b/commands.js index e7fb92a..2c35d5e 100644 --- a/commands.js +++ b/commands.js @@ -3,6 +3,13 @@ import "dotenv/config"; import { REST, Routes } from "discord.js"; const commands = [ + { + name: "blep", + description: "blep", + type: 1, + integration_types: [0], + contexts: [0], + }, { name: "help", description: "get help", -- cgit v1.2.3