From ec6f5e789084d029b6ea06e870bc18f8152dd3b7 Mon Sep 17 00:00:00 2001 From: condolent Date: Wed, 22 Apr 2020 14:16:50 +0200 Subject: [PATCH] Presence update --- pom.xml | 2 +- .../java/com/jonteohr/discord/guardian/events/GuildReady.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0246406..693d2ff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.jonteohr.discord guardian - 1.0.1_4 + 1.0.1_5 guardian diff --git a/src/main/java/com/jonteohr/discord/guardian/events/GuildReady.java b/src/main/java/com/jonteohr/discord/guardian/events/GuildReady.java index c5ac4dc..29d0d83 100644 --- a/src/main/java/com/jonteohr/discord/guardian/events/GuildReady.java +++ b/src/main/java/com/jonteohr/discord/guardian/events/GuildReady.java @@ -44,7 +44,7 @@ private void joinedGuild(Guild guild, JDA jda) { newGuild(guild); } - jda.getPresence().setActivity(Activity.watching("g!password")); + jda.getPresence().setActivity(Activity.watching("g!password | guardianbot.xyz")); } private void newGuild(Guild guild) {