corrigiendo errores de eliminar, enlistar y crear

This commit is contained in:
2025-09-20 03:31:03 -05:00
parent 383971903d
commit b4397fab2f
3 changed files with 78 additions and 181 deletions

View File

@@ -3,9 +3,9 @@ import { CommandMessage } from "../../../core/types/commands";
import { EmbedBuilder, ButtonStyle, MessageFlags, ChannelType } from "discord.js";
export const command: CommandMessage = {
name: "listchannels-alliance",
name: "listar-canales-alianza",
type: "message",
aliases: ["listalchannel", "channelsally", "alliancechannels"],
aliases: ["listchannels-alliance", "listalchannel", "channelsally", "alliancechannels"],
cooldown: 5,
// @ts-ignore
run: async (message, args, client) => {