UNPKG

discord-together

Version:

Play games or watch YouTube videos together on Discord! More than 23 games available!

7 lines 221 B
import { Snowflake } from 'discord.js'; export type ApplicationConfig = Record<string, Snowflake>; export interface ApplicationInviteCodeResponse { code: string; error: never; } //# sourceMappingURL=types.d.ts.map