forcebot_rs/README.md

15 lines
254 B
Markdown
Raw Normal View History

2023-11-27 23:04:58 -05:00
# Forcebot
2023-10-22 07:44:00 -04:00
2023-11-27 23:04:58 -05:00
test ModulatingForceBot
## Usage
2024-01-29 02:12:30 -05:00
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>
```