Updated and cleaned up scripts and dev info cmd

This commit is contained in:
2023-11-24 13:44:43 +01:00
parent 9cc7661881
commit 81cd6940b2
3 changed files with 7 additions and 35 deletions

View File

@@ -1,9 +1,9 @@
const { SlashCommandBuilder, PermissionFlagsBits } = require("discord.js")
module.exports = {
name: "dev-info",
description: "Test command for the bot.",
type: "slash",
dev: true,
data: new SlashCommandBuilder()
.setName("dev-info")