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