Skip to content
/ v8 Public

The official XP Discord Bot built with serenity.

Notifications You must be signed in to change notification settings

xp-bot/v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Build Docker Image Beta Docker Image

XP v8

The official XP v8 rewrite built with Rust and serenity-rs.

Contributions

We're always looking for contributors! If you want to contribute, please read the contribution guide first.

Run the bot

  1. 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
  1. docker pull ghcr.io/xp-bot/raeys-v8:latest
  2. docker run -d --env .env --name raeys ghcr.io/xp-bot/raeys-v8:latest