pbot
pan93412's extensible user bot, which is full-documented, engineered and based on Actor model.
Usage
Run
cargo run --release [--features <modules id>]
Configure
- Copy
.env.example
to.env
- Configure it according to the instruction.
Hacking
Build
cargo build [--features <modules id>]
Docs
cargo doc [--features <modules id>]
Run
cargo run [--features <modules id>]
Modules
Modules ID | Modules Name | Description | Enable by Default |
---|---|---|---|
fwdmod |
FwdModule |
Simply forward the message to your specified chat with !cufwd . |
|
getinfomod |
GetInfoModule |
Get the information of the message. For debugging purpose. |
|
addrankmod |
AddRankModule |
You can add rank for every member you administrated without giving the actual permission. |
|
Authors
- pan93412, 2021