Titan/discordbot/config.example.py
2017-08-20 19:56:54 +00:00

9 lines
199 B
Python

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