pxlsspace / PxlsBot

Modular Discord bot
ISC License
4 stars 2 forks source link

Pass config presence to client constructor instead of setting it on ready. #15

Closed netux closed 3 years ago

netux commented 3 years ago

Small optimization which sets the presence on login as opposed to on ready (which would about the second or so in which the bot is online but without the custom presence on boot).

This also fixes the example config using "game" instead of "activity" for presence, which was changed on Discord.js v12