inital commit

This commit is contained in:
nora 2021-01-19 11:31:39 +01:00
commit 0e42755c88
12 changed files with 232 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package com.github.nilstrieb.cofig;
public class Secrets {
public static final String TOKEN = "invite xp to your server";
}