reformat command data structure
This commit is contained in:
26 files changed
+189
-188
No files matched your search
@@ -8,23 +8,23 @@ module.exports = {
|
||||
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
|
||||
member: [],
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: "toggle",
|
||||
description: "Toggle ping on panic",
|
||||
value: "toggle",
|
||||
type: 5,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "role",
|
||||
description: "Role to ping on panic",
|
||||
value: "role",
|
||||
type: 8,
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
SlashCommand: {
|
||||
options: [
|
||||
{
|
||||
name: "toggle",
|
||||
description: "Toggle ping on panic",
|
||||
value: "toggle",
|
||||
type: 5,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "role",
|
||||
description: "Role to ping on panic",
|
||||
value: "role",
|
||||
type: 8,
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
/**
|
||||
*
|
||||
* @param {require("../structures/LinesPoliceCadBot")} client
|
||||
|
||||
Reference in new issue
Block a user