Interfacegatewayv0.1.4GatewayBotConfigThe gateway transport's bot configuration, the shared BotConfig plus the pieces only a gateway bot has, the discord.js client options and the gateway event handlers. interface GatewayBotConfig extends BotConfigMember overviewPropertiesclientOptionseventsPropertiesclientOptionsPassed directly to the discord.js Client constructor. clientOptions: ClientOptions;eventsevents: EventsConfig;