Added public flag for use with the help command
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Ban a user",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("ban")
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
description: "Check a player's stats.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("check")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Clears messages",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("clear")
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
description: "Configure the bot",
|
||||
type: "slash",
|
||||
dev: true,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("config")
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = {
|
||||
description: "Admin command.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("devel")
|
||||
|
||||
@@ -9,6 +9,7 @@ module.exports = {
|
||||
description: "Force unverify a user",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("forceunverify")
|
||||
|
||||
@@ -10,6 +10,7 @@ module.exports = {
|
||||
description: "Force update the user",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("forceupdate")
|
||||
|
||||
@@ -11,6 +11,7 @@ module.exports = {
|
||||
description: "Force verify a user.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("forceverify")
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
description: "Subcommands for guilds",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("guild")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Help command",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("help")
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Kick a member from the server.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("kick")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Get the bot's ping.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("ping")
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Remove a person on the waiting list.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("remove")
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Displays the requirements for the guild.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("reqs")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Send a message to a channel.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("send")
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = {
|
||||
description: "Set your nickname",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("setnick")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Used for setup of the bot.",
|
||||
type: "slash",
|
||||
dev: true,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("setup")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Set the slowmode of a channel.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("slowmode")
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Times out a memeber",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("timeout")
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
description: "Unban a user from the server",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("unban")
|
||||
|
||||
@@ -10,6 +10,7 @@ module.exports = {
|
||||
description: "Update your guild rank.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("update")
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
description: "Get a player's UUID",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("uuid")
|
||||
|
||||
@@ -10,6 +10,7 @@ module.exports = {
|
||||
description: "Verify yourself as a member of the server.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("verify")
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
description: "Get's the ign of a user.",
|
||||
type: "slash",
|
||||
dev: false,
|
||||
public: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("whois")
|
||||
|
||||
Reference in New Issue
Block a user