forcebot_rs/README.md
ModulatingForce e22e755bf5
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
other bots cant run botcommands
2024-03-20 19:08:01 -04:00

22 lines
444 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 = <oath token>
bot_channels = <chnl1>,<chnl2>
prefix = <prefix>
```
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)
```