Titan/discordbot/config.example.py

7 lines
165 B
Python

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