mirror of
https://github.com/Noratrieb/killua-bot.git
synced 2026-01-14 15:15:01 +01:00
5 lines
138 B
Java
5 lines
138 B
Java
package com.github.nilstrieb.cofig;
|
|
|
|
public class Secrets {
|
|
public static final String TOKEN = "invite the xp bot to your discord";
|
|
}
|