feat(config): add config file example
This commit is contained in:
parent
d94775e0e6
commit
6c18c3213e
2 changed files with 22 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,7 +2,8 @@
|
|||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
configs/*
|
||||
configs/config.cfg
|
||||
configs/prefixes.cfg
|
||||
.DS_Store
|
||||
private.py
|
||||
|
||||
|
|
20
configs/config.cfg.example
Normal file
20
configs/config.cfg.example
Normal file
|
@ -0,0 +1,20 @@
|
|||
[bot]
|
||||
Token =
|
||||
Tester =
|
||||
Activity =
|
||||
|
||||
[postgresql]
|
||||
Username =
|
||||
Password =
|
||||
Host =
|
||||
DBName =
|
||||
|
||||
[permissions]
|
||||
Owners =
|
||||
|
||||
[webhook]
|
||||
ID =
|
||||
Token =
|
||||
|
||||
[misc]
|
||||
Separator =
|
Loading…
Reference in a new issue