This commit is contained in:
night0721 2022-02-04 20:07:17 +08:00
parent 96235e022b
commit e1d538cb33
12 changed files with 54 additions and 54 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
category: "CODM", category: "CODM",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "assault_rifle", name: "assault_rifle",
description: "Get a Stats for Assault Rifle", description: "Get a Stats for Assault Rifle",
options: [ options: [
@ -107,7 +107,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "sub_machine_gun", name: "sub_machine_gun",
description: "Get a Stats for Sub Machine Gun", description: "Get a Stats for Sub Machine Gun",
options: [ options: [
@ -190,7 +190,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "sniper_rifle", name: "sniper_rifle",
description: "Get a Stats for Sniper Rifle", description: "Get a Stats for Sniper Rifle",
options: [ options: [
@ -241,7 +241,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "light_machine_gun", name: "light_machine_gun",
description: "Get a Stats for Light Machine Gun", description: "Get a Stats for Light Machine Gun",
options: [ options: [
@ -288,7 +288,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "shotgun", name: "shotgun",
description: "Get a Stats for Shotgun", description: "Get a Stats for Shotgun",
options: [ options: [
@ -331,7 +331,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "marksman_rifle", name: "marksman_rifle",
description: "Get a Stats for Marksman Rifle", description: "Get a Stats for Marksman Rifle",
options: [ options: [
@ -362,7 +362,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "pistol", name: "pistol",
description: "Get a Stats for Pistol", description: "Get a Stats for Pistol",
options: [ options: [

View file

@ -9,7 +9,7 @@ module.exports = {
category: "CODM", category: "CODM",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "assault_rifle", name: "assault_rifle",
description: "Get a gunsmith build for a Assault Rifle", description: "Get a gunsmith build for a Assault Rifle",
options: [ options: [
@ -152,7 +152,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "sub_machine_gun", name: "sub_machine_gun",
description: "Get a gunsmith build for a Sub Machine Gun", description: "Get a gunsmith build for a Sub Machine Gun",
options: [ options: [
@ -275,7 +275,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "sniper_rifle", name: "sniper_rifle",
description: "Get a gunsmith build for a Sniper Rifle", description: "Get a gunsmith build for a Sniper Rifle",
options: [ options: [
@ -362,7 +362,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "light_machine_gun", name: "light_machine_gun",
description: "Get a gunsmith build for a Light Machine Gun", description: "Get a gunsmith build for a Light Machine Gun",
options: [ options: [
@ -445,7 +445,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "shotgun", name: "shotgun",
description: "Get a gunsmith build for a Shotgun", description: "Get a gunsmith build for a Shotgun",
options: [ options: [
@ -520,7 +520,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "marksman_rifle", name: "marksman_rifle",
description: "Get a gunsmith build for a Marksman Rifle", description: "Get a gunsmith build for a Marksman Rifle",
options: [ options: [
@ -587,7 +587,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "pistol", name: "pistol",
description: "Get a gunsmith build for a Pistol", description: "Get a gunsmith build for a Pistol",
options: [ options: [

View file

@ -8,7 +8,7 @@ module.exports = {
category: "CODM", category: "CODM",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "red", name: "red",
description: "Red Perk", description: "Red Perk",
options: [ options: [
@ -67,7 +67,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "green", name: "green",
description: "Green Perk", description: "Green Perk",
options: [ options: [
@ -122,7 +122,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "blue", name: "blue",
description: "Blue Perk", description: "Blue Perk",
options: [ options: [

View file

@ -8,7 +8,7 @@ module.exports = {
category: "CODM", category: "CODM",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "lethal", name: "lethal",
description: "Lethal Scorestreak", description: "Lethal Scorestreak",
options: [ options: [
@ -83,7 +83,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "support", name: "support",
description: "Support Scorestreak", description: "Support Scorestreak",
options: [ options: [

View file

@ -8,7 +8,7 @@ module.exports = {
category: "Config", category: "Config",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "muterole", name: "muterole",
description: "Configure mute role settings for the server", description: "Configure mute role settings for the server",
options: [ options: [
@ -21,7 +21,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "prefix", name: "prefix",
description: "Configure prefix settings for the server", description: "Configure prefix settings for the server",
options: [ options: [
@ -35,7 +35,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "welcome", name: "welcome",
description: "Configure welcome channel settings for the server", description: "Configure welcome channel settings for the server",
options: [ options: [
@ -49,7 +49,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "goodbye", name: "goodbye",
description: "Configure goodbye channel settings for the server", description: "Configure goodbye channel settings for the server",
options: [ options: [
@ -63,7 +63,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "starboard", name: "starboard",
description: "Configure starboard channel settings for the server", description: "Configure starboard channel settings for the server",
options: [ options: [
@ -83,7 +83,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "chatbot", name: "chatbot",
description: "Configure chatbot channel settings for the server", description: "Configure chatbot channel settings for the server",
options: [ options: [
@ -97,7 +97,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "log", name: "log",
description: "Configure log channel settings for the server", description: "Configure log channel settings for the server",
options: [ options: [
@ -116,7 +116,7 @@ module.exports = {
description: "Enable commands/category for the server", description: "Enable commands/category for the server",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "command", name: "command",
description: "To enable commands", description: "To enable commands",
options: [ options: [
@ -129,7 +129,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "category", name: "category",
description: "To enable categories", description: "To enable categories",
options: [ options: [
@ -179,7 +179,7 @@ module.exports = {
description: "Disable commands/category for the server", description: "Disable commands/category for the server",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "command", name: "command",
description: "To disable commands", description: "To disable commands",
options: [ options: [
@ -192,7 +192,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "category", name: "category",
description: "To disable categories", description: "To disable categories",
options: [ options: [
@ -237,7 +237,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "level", name: "level",
description: "Configure level settings for the server", description: "Configure level settings for the server",
options: [ options: [
@ -250,7 +250,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "nsfw", name: "nsfw",
description: "Configure nsfw settings for the server", description: "Configure nsfw settings for the server",
options: [ options: [
@ -263,7 +263,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "tips", name: "tips",
description: "Configure tips settings for the server", description: "Configure tips settings for the server",
options: [ options: [
@ -276,7 +276,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "overall", name: "overall",
description: "See overall settings for the server", description: "See overall settings for the server",
options: [], options: [],

View file

@ -6,7 +6,7 @@ module.exports = {
description: "Configure Weapon Master System settings", description: "Configure Weapon Master System settings",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "select", name: "select",
description: "Select the gun for the game", description: "Select the gun for the game",
options: [ options: [
@ -29,13 +29,13 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "list", name: "list",
description: "See the information for the guns", description: "See the information for the guns",
options: [], options: [],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "info", name: "info",
description: "See the stats of your gun", description: "See the stats of your gun",
}, },

View file

@ -8,7 +8,7 @@ module.exports = {
category: "Moderation", category: "Moderation",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "add", name: "add",
description: "Warn a user", description: "Warn a user",
options: [ options: [
@ -27,7 +27,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "list", name: "list",
description: "Show a list of warnings of an user", description: "Show a list of warnings of an user",
options: [ options: [
@ -40,7 +40,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "remove", name: "remove",
description: "Remove a latest warn for an user", description: "Remove a latest warn for an user",
options: [ options: [
@ -59,7 +59,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "clear", name: "clear",
description: "Clear an user's warns", description: "Clear an user's warns",
options: [ options: [

View file

@ -4,13 +4,13 @@ module.exports = {
category: "Music", category: "Music",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "track", name: "track",
description: "Loop the track", description: "Loop the track",
options: [], options: [],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "queue", name: "queue",
description: "Loop the whole queue", description: "Loop the whole queue",
options: [], options: [],

View file

@ -5,7 +5,7 @@ module.exports = {
Owner: true, Owner: true,
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "add", name: "add",
description: "Remove coins from someone", description: "Remove coins from someone",
options: [ options: [
@ -24,7 +24,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "rmv", name: "rmv",
description: "Remove coins from someone", description: "Remove coins from someone",
options: [ options: [

View file

@ -5,7 +5,7 @@ module.exports = {
description: "Fun commands", description: "Fun commands",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "8ball", name: "8ball",
description: "8ball an answer", description: "8ball an answer",
options: [ options: [
@ -18,12 +18,12 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "rickroll", name: "rickroll",
description: "Rickroll?", description: "Rickroll?",
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "emojify", name: "emojify",
description: "Emojify a sentence", description: "Emojify a sentence",
options: [ options: [
@ -36,7 +36,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "pp", name: "pp",
description: "Check how long is the user", description: "Check how long is the user",
options: [ options: [

View file

@ -5,12 +5,12 @@ module.exports = {
description: "Generate images", description: "Generate images",
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "meme", name: "meme",
description: "Get a meme from reddit", description: "Get a meme from reddit",
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "cat", name: "cat",
description: "Get a cat from reddit", description: "Get a cat from reddit",
}, },

View file

@ -5,7 +5,7 @@ module.exports = {
UserPerms: ["MANAGE_MESSAGES"], UserPerms: ["MANAGE_MESSAGES"],
options: [ options: [
{ {
type: 1, type: "SUB_COMMAND",
name: "start", name: "start",
description: "Start a giveaway", description: "Start a giveaway",
options: [ options: [
@ -53,7 +53,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "reroll", name: "reroll",
description: "Reroll a giveaway", description: "Reroll a giveaway",
options: [ options: [
@ -67,7 +67,7 @@ module.exports = {
], ],
}, },
{ {
type: 1, type: "SUB_COMMAND",
name: "end", name: "end",
description: "End a giveaway", description: "End a giveaway",
options: [ options: [