Removed dev flag
This commit is contained in:
@@ -9,7 +9,7 @@ const { dependencies, devDependencies } = require("../../package.json")
|
|||||||
export = {
|
export = {
|
||||||
name: "botinfo",
|
name: "botinfo",
|
||||||
description: "Get information about the bot",
|
description: "Get information about the bot",
|
||||||
dev: true,
|
dev: false,
|
||||||
public: true,
|
public: true,
|
||||||
|
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user