mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 10:01:21 +01:00
Inital Database configuration
This commit is contained in:
parent
a6766b2008
commit
cef4012738
5
discordbot/config.example.py
Normal file
5
discordbot/config.example.py
Normal file
@ -0,0 +1,5 @@
|
||||
config = {
|
||||
'bot-token': "Discord bot token",
|
||||
|
||||
'database-uri': "driver://username:password@host:port/database",
|
||||
}
|
Loading…
Reference in New Issue
Block a user