forcebot_rs/README.md

23 lines
467 B
Markdown

# Forcebot
test ModulatingForceBot
## Usage
1. Set the following environment variables ; either on environment variables or in an `.env` file
```
login_name = <botname>
access_token = <oauth token>
bot_channels = <chnl1>,<chnl2>
prefix = <prefix>
bot_admins = <admins>
```
2. If required, adjust the following additional `.cargo\config.toml` configurations :
```
[env]
OtherBots = # Other Bots for special handling (e.g., bot commands cant be ran by bots)
```