Custom Exec Bodies for BotCommand and Listeners #9

Merged
modulatingforce merged 14 commits from dev into main 2024-01-29 05:46:43 -05:00
Showing only changes of commit 853557af08 - Show all commits

View file

@ -5,12 +5,11 @@ test ModulatingForceBot
## Usage
1. Set the following environment variables ; either on environment variables or in an .env file
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>`
```
login_name = <botname>
access_token = <oath token>
bot_channels = <chnl1>,<chnl2>
prefix = <prefix>
```