UNPKG

@miudiscord/together

Version:

Play games or watch YouTube videos together on Discord with your friends while being in a call!

9 lines 240 B
declare class PlayTogether { constructor(client: any, applications?: { [key: string]: string; }); generateTogetherCode(voiceChannelId: any, option: any): Promise<{ code: string; }>; } export { PlayTogether };