Skip to content

Commit

Permalink
✍ Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Jun 14, 2024
1 parent c4dee55 commit 11f4837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/tickets/src/discord/events/leaveVoiceChannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 11f4837

Please sign in to comment.