Titan/discordbot/config.example.py

5 lines
124 B
Python
Raw Normal View History

2017-05-02 20:53:18 +02:00
config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
}