Titan/discordbot/config.example.py
2017-05-27 23:06:40 +02:00

7 lines
178 B
Python

config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
'command-prefix': "<@{}>".format("BOT ID HERE"),
}