ModulatingForce
e22e755bf5
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
22 lines
No EOL
444 B
Markdown
22 lines
No EOL
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)
|
|
``` |