Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 484 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 484 Bytes

RoaveBot

At the moment, just a "hello world" bot, written with Serenity and Shuttle.

/hello James => Hey there, James

Getting set up

Set up using this tutorial...

cargo install cargo-shuttle

Populate Secrets.toml, e.g.:

DISCORD_TOKEN = '<token>'
DISCORD_GUILD_ID = '<server ID>'

Running

cargo shuttle run

Deploying

cargo shuttle deploy