An open API service indexing awesome lists of open source software.

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

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
```