mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Inital Database configuration
This commit is contained in:
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",
|
||||||
|
}
|
Reference in New Issue
Block a user