Titan/discordbot/config.example.py
2018-07-30 01:26:54 +00:00

16 lines
454 B
Python

config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
'redis-uri': "redis://",
'discord-bots-org-token': "DiscordBots.org Post Stats Token",
'bots-discord-pw-token': "bots.discord.pw Post Stats Token",
'logging-location': "/home/titan/Titan/discordbot/titanbot.log",
"sentry-dsn": "Copy the dns string when creating a project on sentry",
}