Updated timeout command to limit to 28d

Removed dev flag
This commit is contained in:
2024-01-31 18:14:01 +01:00
parent 57f79ebd75
commit 3fc17aeaa7
2 changed files with 21 additions and 1 deletions

View File

@@ -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")