Skip to content

Commit 220c6f8

Browse files
Merge pull request #841 from forkiesassds/discord-custom-presence
Add Custom presence to the Discord presence activity enum
2 parents 9cff6f8 + 92028cd commit 220c6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCGalaxy/Modules/Relay/Discord/DiscordPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void Save() {
8787
}
8888

8989
public enum PresenceStatus { online, dnd, idle, invisible }
90-
public enum PresenceActivity { Playing = 0, Listening = 2, Watching = 3, Competing = 5 }
90+
public enum PresenceActivity { Playing = 0, Listening = 2, Watching = 3, Custom = 4, Competing = 5 }
9191

9292
public sealed class DiscordPlugin : Plugin
9393
{

0 commit comments

Comments
 (0)