Blazingly fast Discord bot written in Rust using Serenity Discord API library, features:
- slow Serenity framework
- simple management tools
- custom commands
Latest stable Rust which you can install from https://rustup.rs or up to date Docker https://www.docker.com/.
git clone https://github.com/LelCP/altego.git
cd altego
rustup override set stable
cargo build --release
DISCORD_TOKEN=yourtoken ./target/release/lcpae
docker docker pull fuckinlcp/altego
docker volume create lcpae-data
docker run -it -d --name lcpae --restart unless-stopped -v lcpae-data:/root/.lcpae -e DISCORD_TOKEN=yourtoken fuckinlcp/altego
Learn more about Docker here
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock v2tec/watchtower
More here
This project is licensed under the MIT License - see the LICENSE.md file for details