it is idle
https://github.com/discord-jda/JDA/blob/master/src/main/java/net/dv8tion/jda/api/managers/Presence.java#L152
This commit is contained in:
@@ -70,7 +70,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,..,
|
||||
jda.getPresence().setPresence(Activity.playing(config.discord().statusMessage()), false);
|
||||
}
|
||||
|
||||
for (Configuration.BotOption botOption : botsOptions) {
|
||||
|
||||
Reference in New Issue
Block a user