Skip to content
/ korova Public

Korova Milky Bot: Discord bot written in Rust to gather people for playing games together, entertain players etc.

License

Notifications You must be signed in to change notification settings

Necior/korova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korova

korova is a Discord bot (written in Rust). It's main functionality is gathering people to play games.

Build

git clone https://github.com/Necior/korova
cd korova
cargo build --release

Now ./target/release/korova contains the binary

Usage

You have to create a Discord app, create app's bot and provide its token as a KOROVA_TOKEN environment variable:

KOROVA_TOKEN="put your token here" ./target/release/korova

Now server admin can invite the bot to the server using the following URL:

https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=67584&scope=bot

where CLIENT_ID is your application's client_id. The above URL can be also generated from the Discord application dashboard. Visit OAuth2 tab, select bot scope and both Send Messages Read Messages History bot permissions to generate the URL.

Update

Update repository (git pull), rebuild (cargo build --release) and restart the bot.

About

Korova Milky Bot: Discord bot written in Rust to gather people for playing games together, entertain players etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published