Files
EventDiscordBot/EventBot/Properties/launchSettings.json
Karolis2011 e9f59780ed Adds role specific channels.
Read ME update

Updating tile of role will update revelant channels and roles.

Added command examples.

Fixese leaks
2019-08-01 20:25:28 +03:00

14 lines
294 B
JSON

{
"profiles": {
"EventBot": {
"commandName": "Project",
"environmentVariables": {
"dbconnection": "Server=server;Database=eventbot;User=eventbot;Password=password;",
"token": "token here"
}
},
"Docker": {
"commandName": "Docker"
}
}
}