The official XP v8 rewrite built with Rust and serenity-rs.
We're always looking for contributors! If you want to contribute, please read the contribution guide first.
- Create a
.env
file with the following content:
# Bot
DISCORD_TOKEN=
WEBSITE=https://xp-bot.net
# API
API_AUTH=
API_URL=http://namespace.media:3000
# Ilum
ILUM_AUTH=
# Top.gg
TOPGG_TOKEN=
# Config
RUST_LOG=error,xp_bot=info
# Colors
BLUE=0x5a62ed
RED=0xe54344
GREEN=0x7DC95E
GRAY=0x37474f
docker pull ghcr.io/xp-bot/raeys-v8:latest
docker run -d --env .env --name raeys ghcr.io/xp-bot/raeys-v8:latest