applicationId
The bot's Discord application id. Throws if you read it before the host resolves it.
bus
Publish and subscribe to framework and application events.
readonly config: HttpConfigrateLimiter
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'>