# Bevy Discord Plugin



A very simple, bevy plugin that let you send and receive messages through bevy events.
## Features
This crate using powerful cargo features.
| `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.
| `voice` | `bot` |
| `attachments` | `webhook` |