Titan/discordbot/config.example.py

7 lines
178 B
Python
Raw Normal View History

2017-05-02 20:53:18 +02:00
config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
2017-05-27 23:06:40 +02:00
'command-prefix': "<@{}>".format("BOT ID HERE"),
2017-05-02 20:53:18 +02:00
}