diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-12-11 20:28:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 20:28:09 -0600 |
commit | 36066ad3d8d92855bbfdf4273a53066c6092fa45 (patch) | |
tree | 7f432cebbfc4c186a2cbc6d5f841efc4ed8f4c9e /commands.js | |
parent | 78541dcecfc154493a6f1cedf33c0c8178331d96 (diff) |
add blep command (#4)
Diffstat (limited to 'commands.js')
-rw-r--r-- | commands.js | 7 |
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, |