Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`