mirror of
https://github.com/Noratrieb/killua-bot.git
synced 2026-01-15 07:35:02 +01:00
what was i doing
This commit is contained in:
parent
7be72b7fd3
commit
0538b775b8
2 changed files with 6 additions and 2 deletions
6
src/main/java/com/github/nilstrieb/cofig/Secrets.java
Normal file
6
src/main/java/com/github/nilstrieb/cofig/Secrets.java
Normal 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");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue