Titan/discordbot/config.example.py
2017-05-02 18:53:18 +00:00

5 lines
124 B
Python

config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
}