Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Presence update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonteohr committed Apr 22, 2020
1 parent 269723f commit ec6f5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.jonteohr.discord</groupId>
<artifactId>guardian</artifactId>
<version>1.0.1_4</version>
<version>1.0.1_5</version>

<name>guardian</name>
<!-- FIXME change it to the project's website -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ec6f5e7

Please sign in to comment.