Add missing file
This commit is contained in:
parent
0aef57b5d6
commit
484749c08c
1 changed files with 10 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.storagebot
|
||||||
|
version: 2.0.0
|
||||||
|
license: MIT
|
||||||
|
modules:
|
||||||
|
- storagebot
|
||||||
|
main_class: StorageBot
|
||||||
|
database: true
|
||||||
|
database_type: asyncpg
|
||||||
|
config: false
|
Loading…
Reference in a new issue