diff options
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, |