Bevy Discord Plugin
A very simple, bevy plugin that let you send and receive messages through bevy events.
Usage
Add bevy-discord as your dependency:
Example Usage:
use *;
use ;
use tokio_runtime;
use json;
// Make sure to add [bevy_discord::bot::DiscordBotPlugin] to the `App`
If you want real examples then, it's worth checking out crate aether-core, although it is archived now.
Features
This crate using powerful cargo features.
| Feature | Information |
|---|---|
webhook |
Uses discord webhooks, using this you can only send messages. |
bot |
This uses serenity behind the scenes and you can create awesome discord bots with it. |
both features are comes under full feature.
Not Supported Features
Currently, this crate is under development and there are features that are supported by discord and serenity but not supported by us.
| Feature | Module |
|---|---|
voice |
bot |
attachments |
webhook |