[BUG] Bot wont work with webhook=true
Daxtillion opened this issue ยท 5 comments
What happened?
-After the Discord API change and updating the mod to the new version (dcintegration-1.1.19-1.12) and making sure it was configured correctly as per the new setup instructions (enabled server members intent). with Webhook=false it prints to the server chat discord channel without the correct user chat formatting (as intended) however with webhook=true (in order to get the correct chat formatting) it wont register in the server chat at all.
What it looks like after the update (working with Webhook=false)
What should happen?
-What it used to look like before the update with webhook=true (which now no longer prints anything to the server chat)
Steps to reproduce
Version
- [x ] 1.12
- 1.14
- 1.15
Mod version 1.1.19
Config file
REMOVE YOUR BOT TOKEN BEFORE UPLOADING!!!
Crash report if available (use https://paste.dimdev.org)
Additional info
Does this work when downgrading the version again and still having the intent enabled? It should work. The one key change in the new version was updating JDA (which I thought fixed it, but then it was something else), and implementing webhook caching (this likely broke that)
I've just tested it and all works fine on the previous version, webhooks and all