Added the ability to add/remove slash commands

This commit is contained in:
ION606
2023-04-18 16:50:15 -04:00
parent 0c278857ce
commit 04af684e13
7 changed files with 84 additions and 121 deletions
@@ -0,0 +1,12 @@
export const interactionOptionRaw = {
type: 0,
name: "",
description: "",
id: "",
required: false,
min_value: 0,
max_value: 0,
max_length: 0,
choices: [],
options: []
};