mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-06-06 00:07:01 +00:00
Added the ability to add/remove slash commands
This commit is contained in:
@@ -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: []
|
||||
};
|
||||
Reference in New Issue
Block a user