https://github.com/roave/roavebot.rs
A Discord bot written in Rust
https://github.com/roave/roavebot.rs
Last synced: about 1 year ago
JSON representation
A Discord bot written in Rust
- Host: GitHub
- URL: https://github.com/roave/roavebot.rs
- Owner: Roave
- Created: 2024-04-04T13:58:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:09:42.000Z (about 2 years ago)
- Last Synced: 2024-04-05T15:32:06.165Z (about 2 years ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.shuttle.rs/templates/tutorials/discord-weather-forecast)...
```bash
cargo install cargo-shuttle
```
Populate `Secrets.toml`, e.g.:
```toml
DISCORD_TOKEN = ''
DISCORD_GUILD_ID = ''
```
## Running
```bash
cargo shuttle run
```
## Deploying
```bash
cargo shuttle deploy
```