BossHuso / discord-rare-drop-notificater

Sends a detailed notification via Discord webhooks whenever you get a rare/unique drop.
BSD 2-Clause "Simplified" License
17 stars 42 forks source link

Why newline separated webhook list? #70

Closed jack0lantern closed 1 year ago

jack0lantern commented 2 years ago

I think it's odd that the item lists (as well as lists on other plugins) all use comma separation, but the webhook list is newline separated. Is there a technical reason this needs to be the case? Otherwise, maybe consider supporting both, so that current users are not affected but future users will be able to use commas, consistent with other lists.

BossHuso commented 2 years ago

Thanks for your feedback. I'll change it in the next update :)

jack0lantern commented 2 years ago

Yees thanks!

BossHuso commented 1 year ago

Fixed in https://github.com/BossHuso/discord-rare-drop-notificater/commit/4597d1b36b136f9265d7a78a6583923d75736c9b

Will be included in next release.