| 2 | import { CommandInteraction, TextChannel } from "discord.js"; |
| 3 | |
| 4 | export interface QueueOptions { |
| 5 | interaction: CommandInteraction; |
| 6 | textChannel: TextChannel; |
| 7 | connection: VoiceConnection; |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected