Using DISCORD_WEBHOOK_URL in the environment variables allows you to send messages via the webhook URL instead of performing the ban check and sending messages using the bot token. When the webhook URL is used, the message is sent without an unban button.
I think it can be added as an optional way to create an appeal (without any bot-related things).
This also could be easy modified to be thing of other types of appeals.
This closes issue #17.
Using
DISCORD_WEBHOOK_URL
in the environment variables allows you to send messages via the webhook URL instead of performing the ban check and sending messages using the bot token. When the webhook URL is used, the message is sent without an unban button.I think it can be added as an optional way to create an appeal (without any bot-related things). This also could be easy modified to be thing of other types of appeals. This closes issue #17.