Titan/discordbot/config.example.py

10 lines
233 B
Python

config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
'redis-uri': "redis://",
'logging-location': "/home/titan/Titan/discordbot/titanbot.log",
}