Elimino los embedBuilder y los cambio por Components Message V2, algo tardado.

This commit is contained in:
2025-09-18 11:43:47 -05:00
parent 286b724eef
commit 58bb3844ad
15 changed files with 1730 additions and 137 deletions

View File

@@ -17,7 +17,7 @@ export const command: CommandMessage = {
}
try {
await client.prisma.embedConfig.delete({
await client.prisma.blockV2Config.delete({
where: {
guildId_name: {
guildId: message.guildId!,