discord-diabetes / diabot

A diabetes-oriented chatbot for Discord
https://discord.gg/diabetes
Other
19 stars 13 forks source link

Update JDA #115

Closed cascer1 closed 3 years ago

cascer1 commented 3 years ago

The JDA version we were using is outdated and no longer works properly. This PR resolves that.

  1. Update to JDA 4.2.0
  2. Use the new Gateway Intents to tell Discord what permissions we want
  3. Disable caching (we don't use cached data, improves memory footprint)
  4. Add support for sharding. Discord will decide how many shards are required.

I believe that we can also easily add a second instance of the bot, and Discord should deal with the shard management. However, that's worth looking into before trying it in production.