Archiviert
1
0

Add SteamwarDiscordBot rich presence

Dieser Commit ist enthalten in:
yoyosource 2021-07-28 15:30:34 +02:00
Ursprung 7921cca38e
Commit dcfa2c701a

Datei anzeigen

@ -99,7 +99,7 @@ public class SteamwarDiscordBot {
@Nullable @Nullable
@Override @Override
public Party getParty() { public Party getParty() {
return new Party("", 0, 0); return new Party(null, 1, 100);
} }
@Nullable @Nullable
@ -140,7 +140,7 @@ public class SteamwarDiscordBot {
@NotNull @NotNull
@Override @Override
public ActivityType getType() { public ActivityType getType() {
return ActivityType.COMPETING; return ActivityType.CUSTOM_STATUS;
} }
@Nullable @Nullable