what was i doing

This commit is contained in:
nora 2022-09-05 16:12:27 +02:00
parent 7be72b7fd3
commit 0538b775b8
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,6 +1,4 @@
target
.idea
*.class
Secrets.java
src\main\java\com\github\nilstrieb\cofig/Secrets.java
*.iml

View file

@ -0,0 +1,6 @@
package com.github.nilstrieb.cofig;
public class Secrets {
public static String NORMAL_TOKEN = System.getenv("BOT_TOKEN");
public static String L_TOKEN = System.getenv("LITTLE_BOT_TOKEN");
}