Expand description
Momo QQ chat bot
Modules§
- agent
- OpenAI module.
- command
- Detect group message and respond to commands.
- exception
- Datatypes for exceptions caused by plugin and user.
- global_
state - Global states that are readonly and available throughout lifetime of plugin.
- group_
notice - Strong typed implementation of group notice handler.
- live
- Bilibili live module
- log
- Log methods default to indoc format.
- store
- Database access module.
- util
- High level abstractions
Macros§
- db_
debug - Append debug log entry to database.
- db_
error - Append error log entry to database.
- db_info
- Append info log entry to database.
- db_warn
- Append warn log entry to database.
- std_
db_ debug - Append debug log entry to stdout and database.
- std_
db_ error - Append error log entry to stdout and database.
- std_
db_ info - Append info log entry to stdout and database.
- std_
db_ warn - Append warn log entry to stdout and database.
- std_
debug - Append debug log entry to stdout
- std_
error - Append error log entry to stdout
- std_
info - Append info log entry to stdout
- std_
warn - Append warn log entry to stdout