- small bot.cs cleanup

- creds.yml now loads and reloads properly (from the current directory, like credentials.json)
- added empty creds.yml to repo, and added it to .gitignore
This commit is contained in:
Kwoth
2021-09-06 21:34:49 +02:00
parent 16dd398aa0
commit a1ef862382
13 changed files with 215 additions and 208 deletions
+3 -7
View File
@@ -1,18 +1,14 @@
#Manually added files
patreon_rewards.json
command_errors*.txt
_output/
src/NadekoBot/Command Errors*.txt
src/NadekoBot/credentials.json
# these 2 are used for migrations
NadekoBot.Core/credentials.json
NadekoBot.Core/credentials_example.json
src/NadekoBot/creds.yml
# credentials file after migrations
src/NadekoBot/old_credentials.json
src/NadekoBot/data/NadekoBot.db
src/NadekoBot/data/musicdata
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,windows,linux,macos