ErdbeerbaerLP / DiscordIntegration-Forge

Forge version of the Discord Integration mod
https://modrinth.com/plugin/dcintegration
MIT License
98 stars 54 forks source link

[Bug]: Default webhook name should not have DISCORD in it #500

Closed Ricket closed 1 year ago

Ricket commented 1 year ago

What happened?

Bot failing to send to discord, hit the error in #488

I figured out it's because the webhookName config has "DISCORD" in the name. Once I changed it to the value "MC_E6E_DCINTEGRATION" then it succeeded.

Default webhookName should not have "discord" in the name, apparently discord api disallows it.

Game Version

1.16

What platform are you using?

Forge

Platform version

14.23.5.2860

Config File

see #488

webhookName = "MC_DISCORD_INTEGRATION"

Crash report / Error log (if applicable)

see #488

Additional Information

No response

ErdbeerbaerLP commented 1 year ago

Known and fixed in 2.5.0 (when doing next update, I will also push a update to 1.16 again for a last time)