mirror of
https://github.com/maubot/maubot
synced 2025-08-29 12:10:38 +00:00
Add WIP example of database usage in bot
This commit is contained in:
parent
9d38c43576
commit
92c9072257
3 changed files with 50 additions and 0 deletions
10
examples/database/maubot.yaml
Normal file
10
examples/database/maubot.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
maubot: 0.1.0
|
||||
id: xyz.maubot.databasebot
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
modules:
|
||||
- databasebot
|
||||
main_class: DatabaseBot
|
||||
|
||||
# This is required for a database to be available.
|
||||
database: true
|
Loading…
Add table
Add a link
Reference in a new issue