MCPcopy
hub / github.com/eritislami/evobot / QueueOptions

Interface QueueOptions

interfaces/QueueOptions.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { CommandInteraction, TextChannel } from "discord.js";
3
4export interface QueueOptions {
5 interaction: CommandInteraction;
6 textChannel: TextChannel;
7 connection: VoiceConnection;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected