Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackphlox/bevy-bot
The source files for the Bevy Discord Bot
https://github.com/blackphlox/bevy-bot
bevy discord-bot
Last synced: 3 months ago
JSON representation
The source files for the Bevy Discord Bot
- Host: GitHub
- URL: https://github.com/blackphlox/bevy-bot
- Owner: BlackPhlox
- License: apache-2.0
- Created: 2022-07-22T18:32:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T18:55:55.000Z (8 months ago)
- Last Synced: 2024-10-10T20:11:03.761Z (4 months ago)
- Topics: bevy, discord-bot
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Bot
The sources files for the (currently unofficial) bevy discord bot which is planned to be deployed on the [bevy discord](https://discord.gg/bevy).
Based on [Example 6 from serenity](https://github.com/serenity-rs/serenity/tree/current/examples/e06_sample_bot_structure).
## Discord Bot Development
- Go to the [Discord Developer Portal](https://discord.com/developers/applications), create or login with a discord user.
- Create a new bot, copy the token generated under _Bot_ into a `.env` file (See [`.env.example`](/.env.example)).
- Run the executable by running `cargo run --release`