feat: changed the status of the bot to bot version
This commit is contained in:
parent
d25e903dd2
commit
180c4e497a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class Main {
|
|||
weaponDataManager.loadPatchInfo();
|
||||
|
||||
jda = JDABuilder.createDefault(tokenManager.getToken())
|
||||
.setActivity(Activity.watching("v" + BuildConstants.botVersion + " / " + BuildConstants.jdaVersion ))
|
||||
.setActivity(Activity.watching("v. " + BuildConstants.botVersion + " / jda v." + BuildConstants.jdaVersion ))
|
||||
.setStatus(OnlineStatus.DO_NOT_DISTURB)
|
||||
.enableIntents(GatewayIntent.GUILD_MEMBERS)
|
||||
.build();
|
||||
|
|
Reference in a new issue