remove sample environment configuration values, as they will fuck up defaults now

This commit is contained in:
13xforever
2019-03-04 18:00:17 +05:00
parent 31056cacd3
commit c4a3722c6f
3 changed files with 4 additions and 12 deletions

View File

@@ -1,15 +1,7 @@
{
"profiles": {
"default": {
"commandName": "Project",
"environmentVariables": {
"BotLogId": "",
"BotSpamId": "",
"BotAdminId": "",
"BotChannelId": "",
"BotRulesChannelId": "",
"Token": ""
}
"commandName": "Project"
}
}
}