Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 435 Bytes

Telegram Bot Framework

(Note: this project is still under heavy development, not safe for production use yet!)

Usage:

tbf start <token>

Start the bot with <token>

tbf enable <name>

Enable plugin <name>

tbf disable <name>

Disable plugin <name>

tbf set <plugin> <option> <value>

Set <option> in <plugin> to <value>

tbf unset <plugin> <option> <value>

Unset <option> in <plugin> to <value>