Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/as1100k/bevy-discord
- Owner: AS1100K
- License: mit
- Created: 2024-07-27T02:09:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T17:34:07.000Z (3 months ago)
- Last Synced: 2024-10-09T20:03:30.096Z (about 1 month ago)
- Topics: bevy, bevy-plugin, discord-bot
- Language: Rust
- Homepage: https://docs.rs/bevy-discord
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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` |