Patbox / BanHammer

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

Ability to send discord messages to multiple webhooks #18

Closed DBTDerpbox closed 1 year ago

DBTDerpbox commented 1 year ago

I'd like to be able to specify multiple options in the discordWebhookUrl config option

potentially something like this

  "discordWebhookUrl": [
      "https://discord.com/api/webhooks/myfirstwebhook",
      "https://discord.com/api/webhooks/mysecondwebhook"
      ],