Optional
afkWhether the presence should display the client is AFK.
false
Optional
customAn object to map a templater key to a custom getter. The getter function should return a Promise that resolves to the correct string that the templater should replace the key with.
{}
Optional
refreshThe interval at which the client's presence should be updated.
Optional
statusThe presence status data to be used.
online
Optional
templatesThe templates to be used by the presence manager refresh updated. For more information, check PresenceTemplater.
['{num_guilds} servers!']
Optional
typeThe activity type to be used.
ActivityType.Playing
Generated using TypeDoc
The presence manager's options.