aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
authorjacob janzen <53062115+JacobJanzen@users.noreply.github.com>2024-12-11 20:28:09 -0600
committerGitHub <noreply@github.com>2024-12-11 20:28:09 -0600
commit36066ad3d8d92855bbfdf4273a53066c6092fa45 (patch)
tree7f432cebbfc4c186a2cbc6d5f841efc4ed8f4c9e /commands.js
parent78541dcecfc154493a6f1cedf33c0c8178331d96 (diff)
add blep command (#4)
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands.js b/commands.js
index e7fb92a..2c35d5e 100644
--- a/commands.js
+++ b/commands.js
@@ -4,6 +4,13 @@ import { REST, Routes } from "discord.js";
const commands = [
{
+ name: "blep",
+ description: "blep",
+ type: 1,
+ integration_types: [0],
+ contexts: [0],
+ },
+ {
name: "help",
description: "get help",
type: 1,