readonly bot: Botbus
Publish and subscribe to framework and application events.
readonly config: GatewayConfigrateLimiter
Sliding-window rate limiting, the Cooldown gate's backend and a public direct-use API.
readonly rateLimiter: IRateLimiterInherited from:CoreBase
rest
Discord REST client. On gateway this is the discord.js client's own, and it carries no token until the Login phase. On http the token is set by start().
readonly shutdown: Pick<CoordinatedShutdown, 'addTask'>readonly startup: Pick<CoordinatedStartup, 'addTask'>