mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
14 lines
374 B
Python
14 lines
374 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",
|
|
}
|