diff --git a/plugins/tickets/src/discord/events/leaveVoiceChannel.ts b/plugins/tickets/src/discord/events/leaveVoiceChannel.ts index ad794422..37e5e684 100644 --- a/plugins/tickets/src/discord/events/leaveVoiceChannel.ts +++ b/plugins/tickets/src/discord/events/leaveVoiceChannel.ts @@ -2,6 +2,9 @@ import { guildDB } from "@/functions/database.js" import { TextChannel } from "discord.js" import { Event } from "../base/Event.js" +/** + * Caso a Ășltima pessoa se desconecte do channel voice do ticket: apague-o + */ new Event({ name: 'voiceStateUpdate', async run (oldState, newState) {