Patbox / BanHammer

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

Fix webhooks #38

Closed DrexHD closed 8 months ago

DrexHD commented 8 months ago

The webhooks allowed_mentions is incorrect. According to discords docs it should be an object, but it is a boolean here. This PR changes the allowed_mentions field to the following format, which suppresses all mentions:

"allowed_mentions": {
  "parse": []
}