Add gay sex

This commit is contained in:
ChomeNS
2023-05-02 14:12:48 +07:00
parent d58d292a44
commit ce42db9097
4 changed files with 21 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ public class Configuration {
@Getter public EmbedColors embedColors = new EmbedColors();
@Getter public String trustedRoleName = "Trusted";
@Getter public String adminRoleName = "Admin";
@Getter public String statusMessage = "Gay Sex";
}
public static class EmbedColors {

View File

@@ -3,6 +3,7 @@ package land.chipmunk.chayapak.chomens_bot;
import land.chipmunk.chayapak.chomens_bot.plugins.ConsolePlugin;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.entities.Activity;
import org.yaml.snakeyaml.Yaml;
import org.yaml.snakeyaml.constructor.Constructor;
@@ -63,6 +64,7 @@ public class Main {
} catch (InterruptedException ignored) {
System.exit(1);
}
jda.getPresence().setPresence(Activity.playing(config.discord().statusMessage()), false); // what does `b` do? kinda sus,..,
for (Configuration.BotOption botOption : botsOptions) {
final Bot bot = new Bot(botOption, bots, config);