2024-06-27 15:01:27 +00:00
|
|
|
package cc.fascinated.bat;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @author Fascinated (fascinated7)
|
|
|
|
*/
|
|
|
|
public class Consts {
|
|
|
|
public static final String INVITE_URL = "https://discord.com/oauth2/authorize?client_id=1254161119975833652&permissions=8&integration_type=0&scope=bot+applications.commands";
|
|
|
|
public static final String SUPPORT_INVITE_URL = "https://discord.gg/invite/yjj2U3ctEG";
|
2024-06-27 20:05:54 +00:00
|
|
|
public static String BOT_OWNER = "474221560031608833";
|
|
|
|
public static String ADMIN_GUILD = "1203163422498361404";
|
2024-06-27 15:01:27 +00:00
|
|
|
}
|