Moved config to example file
This commit is contained in:
parent
8df8712e61
commit
330b2b8d08
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
config.py
|
5
config.example.py
Normal file
5
config.example.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# fmt:off
|
||||
config = {
|
||||
"database": "stonks",
|
||||
"apikey": "Your discord API key"
|
||||
}
|
Loading…
Add table
Reference in a new issue