We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cc57b commit cff3ce0Copy full SHA for cff3ce0
src/main/java/dev/jacrispys/JavaBot/utils/SecretData.java
@@ -29,6 +29,8 @@ protected static InputStream generateSecretData() throws IOException {
29
fileInfo.put("YOUTUBE_PSID", " ");
30
fileInfo.put("YOUTUBE_PAPISID", " ");
31
fileInfo.put("DB_HOST", "localhost");
32
+ fileInfo.put("BOT_CLIENT_ID", " ");
33
+ fileInfo.put("BOT_CLIENT_SECRET", " ");
34
FileWriter writer = new FileWriter(file.getPath());
35
fileInfo.keySet().forEach(key -> {
36
try {
0 commit comments