A simple program that let's you send messages on Discord through Webhooks.
- Customization: Customize the username and profile picture of your webhook.
- Profiles: Store multiple webhook configurations and switch between them with ease.
- Instant webhook preview: See how your webhook looks the moment you paste it's link. You can also see the changes as you make them.
- Discord-like UI: The program looks similar to Discord and it uses the same font. Also, it uses the dark theme. :)
You can download the program from here. This program does not require any installation. Just place it wherever you want and run it.
All of the profiles are stored in a subdirectory named 'profiles'. It will be automatically created in the same folder as the main executable and the profiles will use the extension '.dwh'. Since all data made by the program is stored in the same directory as the program itself, it can also be put on a flash drive and used to make announcements on the go.
Literallycj - who made a simple Discord Webhook sender in VB.net and whose code is at the core of this program. Without it, this program wouldn't exist. Their code can be found here.
DAnnouncer - the Android app that inspired me to make this program.