This changes the webhook URL pattern to allow any string in the token segment. AMCDB is really only interested in validating the webhook ID segment, and this change will prevent the webhook feature from breaking if Discord updates their token format in the future.
Fixes #20
This changes the webhook URL pattern to allow any string in the token segment. AMCDB is really only interested in validating the webhook ID segment, and this change will prevent the webhook feature from breaking if Discord updates their token format in the future.