Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/as1100k/bevy-discord

Discord Plugin for Bevy
https://github.com/as1100k/bevy-discord

bevy bevy-plugin discord-bot

Last synced: about 1 month ago
JSON representation

Discord Plugin for Bevy

Awesome Lists containing this project

README

        

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