discord_rust_playground
discord_rust_playground copied to clipboard
A bridge between Discord and the Rust playground.
discord_rust_playground
A bridge between Discord and the Rust playground.
Usage
- Create a discord application at https://discordapp.com/developers/applications/
- Create a bot in the application panel under the "Bots" section
- Invite the bot to your server
- Create a
.env
file and specifyDISCORD_TOKEN
to be the token you get fromn your bot panel. - Enter the channels the bot should be in by specifying
CHANNELS
in.env
, must be space seperated and accepts wildcards.