Skip to content

Commit cff3ce0

Browse files
committed
Update default config data.
1 parent 53cc57b commit cff3ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/dev/jacrispys/JavaBot/utils/SecretData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ protected static InputStream generateSecretData() throws IOException {
2929
fileInfo.put("YOUTUBE_PSID", " ");
3030
fileInfo.put("YOUTUBE_PAPISID", " ");
3131
fileInfo.put("DB_HOST", "localhost");
32+
fileInfo.put("BOT_CLIENT_ID", " ");
33+
fileInfo.put("BOT_CLIENT_SECRET", " ");
3234
FileWriter writer = new FileWriter(file.getPath());
3335
fileInfo.keySet().forEach(key -> {
3436
try {

0 commit comments

Comments
 (0)