akane-bot
Akane: Discord Bot written in Rust
Commands
prefix is !
- Mute
- Unmute
- Gulag
- Ungulag
- Ban
- Unban
- Ping
- Latency
- Avatar
Mute/Gulag/Ban
!mute <user mention or id>
Uinfo
!uinfo <user mention or id>
Avatar
!avatar <user mention or id>
Host yourself for your own server
- Clone repository and build with cargo build
or
cargo build
cargo build --release
- Setup a postgresql instance
- Setup your custom bot app on discord and obtain its token
- Create a .env file with the following data
AKANE_BOT_TOKEN="YOUR BOT TOKEN" DATABASE_URL=postgres://your@own/database
- Obtain the diesel-cli tool and run the following command on the project directory
diesel migration run
- Setup "Muted" and "Gulag" roles with the permissions you want them to have
- Setup an "akane-logging" channel