Bevy Bot
July 23, 2022 ยท View on GitHub
The sources files for the (currently unofficial) bevy discord bot which is planned to be deployed on the bevy discord.
Based on Example 6 from serenity.
Discord Bot Development
- Go to the Discord Developer Portal, create or login with a discord user.
- Create a new bot, copy the token generated under Bot into a
.envfile (See.env.example). - Run the executable by running
cargo run --release