seyfert
Version:
The most advanced framework for discord bots
10 lines (9 loc) • 336 B
TypeScript
import type { APIGatewayBotInfo, APIGatewayInfo } from '../payloads';
/**
* https://discord.com/developers/docs/topics/gateway#get-gateway
*/
export type RESTGetAPIGatewayResult = APIGatewayInfo;
/**
* https://discord.com/developers/docs/topics/gateway#get-gateway-bot
*/
export type RESTGetAPIGatewayBotResult = APIGatewayBotInfo;