botcat-capoo 1.0.3

A NapCat based QQ bot implemented in Rust
Documentation
[napcat]
api_url = "http://localhost"
port = 3000

[botcat_capoo]
host = "::"
port = 8080
owner = "Your QQ ID here"
id = "Your Bot's QQ ID here"

[botcat_capoo.database]
# Options: Postgres, Sqlite, MySql, Common abbreviations are supported, case insensitive
db_type = "Sqlite"
# For Sqlite, this is the file path, for Postgres or MySql, this is the database name
database = "data/botcat_capoo.sqlite"
# For Postgres or MySql, you might need additional fields like host, port, username, password
# host = "localhost
# port = 5432
# username = "your_username"
# password = "your_password"
# max_connections = 10 # Optional: maximum number of database connections in the pool