Diswh
A webhook api for Discord, built in rust. Async can be enabled using the async feature. Then you must use one of the many async dispatchers like tokio or async-std!
How to use:
use ;
Or for Async use:
use ;
async
A webhook api for Discord, built in rust. Async can be enabled using the async feature. Then you must use one of the many async dispatchers like tokio or async-std!
use ;
Or for Async use:
use ;
async