mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 15:07:03 +01:00
14 lines
327 B
Python
14 lines
327 B
Python
config = {
|
|
'bot-token': "Bot - Token",
|
|
|
|
'database-uri': "driver://username:password@host:port/database",
|
|
|
|
'redis-uri': "redis://",
|
|
|
|
'discord-bots-org-token': "DiscordBots.org - Token",
|
|
|
|
'bots-discord-pw-token': "Discord Bots - Token",
|
|
|
|
'logging-location': "/home/titan/Titan/discordbot/titanbot.log",
|
|
}
|