At the moment, just a "hello world" bot, written with Serenity and Shuttle.
/hello James
=> Hey there, James
Set up using this tutorial...
cargo install cargo-shuttle
Populate Secrets.toml
, e.g.:
DISCORD_TOKEN = '<token>'
DISCORD_GUILD_ID = '<server ID>'
cargo shuttle run
cargo shuttle deploy