Patbox / BanHammer

Simple punishment utility for Fabric
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Discord webhooks not working [1.20.1] #39

Closed LazyDope closed 3 months ago

LazyDope commented 6 months ago

Setup config.json with the webhook url list like so

"discordWebhookUrls": [
    "https://discord.com/api/webhooks/<id>/<webhook_token>"
  ]

and it worked for a few weeks, but suddenly stopped working, with no clear indication from the logs that the messages are failing to send. Possibly an issue with the Discord API?

arnokeesman commented 6 months ago

Yeah discord removed an old way of doing things, it's been fixed by #38 Though that might not have been released for your Minecraft version

LazyDope commented 6 months ago

Yes we are still using 1.20.1 because we're waiting for other mods to update, and it seems like the mod is only released for the latest version of Minecraft.