-
Notifications
You must be signed in to change notification settings - Fork 0
Gateway Intents
Arthur Neuman edited this page Jun 5, 2020
·
1 revision
However, if you need an intent that isn't automatically calculated by Cyclone, such as TYPING_START, you can supply custom intents that are added onto the calculated intents by supplying an array to the Agent.
const agent = new Agent({
Eris,
options: {
intents: ['TYPING_START']
}
})