test forcebot using rust
Find a file
2024-04-09 08:47:36 -04:00
.cargo pub struct changes 2024-03-23 16:37:39 -04:00
.idea [SMALL] added space to a string 2023-12-02 02:05:30 -05:00
.woodpecker ci: fix clippy install 2024-02-25 13:51:58 -05:00
nix nix: add pre-commit-hooks 2024-04-08 18:45:30 -04:00
src clippy cleanup 2024-04-03 19:45:18 -04:00
.gitignore nix: add pre-commit-hooks 2024-04-08 18:45:30 -04:00
Cargo.lock chat.send validates target channel module status 2024-03-24 18:51:34 -04:00
Cargo.toml chat.send validates target channel module status 2024-03-24 18:51:34 -04:00
flake.lock flake.lock: update 2024-04-09 01:02:55 +00:00
flake.nix nix: add pre-commit-hooks 2024-04-08 18:45:30 -04:00
LICENSE Initial commit 2023-10-22 07:44:00 -04:00
README.md other bots cant run botcommands 2024-03-20 19:08:01 -04:00
statix.toml nix: add pre-commit-hooks 2024-04-08 18:45:30 -04:00

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>
  1. 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)