bevy-discord 0.2.0

A bevy plugin that can send messages to discord.
Documentation
# Bevy Discord Plugin

![GitHub License](https://img.shields.io/github/license/AS1100K/bevy-discord)
![Crates.io Version](https://img.shields.io/crates/v/bevy-discord)
![CI](https://github.com/as1100k/bevy-discord/actions/workflows/ci.yml/badge.svg?event=push)


A very simple, bevy plugin that let you send and receive messages through bevy events.

## 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` |