mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
14 lines
472 B
Python
14 lines
472 B
Python
config = {
|
|
# Create an app over here https://discordapp.com/developers/applications/me
|
|
# and fill these fields out
|
|
'client-id': "Your app client id",
|
|
'client-secret': "Your discord client secret",
|
|
'bot-token': "Discord bot token",
|
|
|
|
'app-location': "/var/www/Titan/",
|
|
'app-secret': "Type something random here, go wild.",
|
|
|
|
'database-uri': "driver://username:password@host:port/database",
|
|
'app-base-url': "The base domain of the site",
|
|
}
|