Moved config to example file

This commit is contained in:
socks 2021-03-07 17:52:24 +00:00
parent 8df8712e61
commit 330b2b8d08
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
config.py

5
config.example.py Normal file
View file

@ -0,0 +1,5 @@
# fmt:off
config = {
"database": "stonks",
"apikey": "Your discord API key"
}