UNPKG

seyfert

Version:

The most advanced framework for discord bots

10 lines (9 loc) 282 B
import type { RESTGetAPIVoiceRegionsResult } from '../../types'; import type { RestArgumentsNoBody } from '../api'; export interface VoiceRoutes { voice: { region: { get(args?: RestArgumentsNoBody): Promise<RESTGetAPIVoiceRegionsResult>; }; }; }