reformat command data structure
This commit is contained in:
26 files changed
+189
-188
No files matched your search
@@ -8,8 +8,7 @@ module.exports = {
|
||||
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
|
||||
member: [],
|
||||
},
|
||||
SlashCommand: {
|
||||
options: [
|
||||
options: [
|
||||
{
|
||||
name: "user",
|
||||
description: "Discord Username",
|
||||
@@ -18,6 +17,7 @@ module.exports = {
|
||||
required: false,
|
||||
},
|
||||
],
|
||||
SlashCommand: {
|
||||
/**
|
||||
*
|
||||
* @param {require("../structures/LinesPoliceCadBot")} client
|
||||
|
||||
Reference in new issue
Block a user