a TUI that allows you to chat as a webhook programatically and interactively
Configure your .env accordingly to the configuration section below.
This runs locally on your computer, and it will automatically authenticate you with Discord.
The following ENV variables are required:
WEBHOOK_URL - the webhook url to send messages to
CLIENT_SECRET - the client secret of the application
CLIENT_ID - the client id of the application
CHANNEL_ID - the channel id to send messages to
PREFIX (optional) - the prefix to use for commands