Add SteamwarDiscordBot rich presence
Dieser Commit ist enthalten in:
Ursprung
7921cca38e
Commit
dcfa2c701a
@ -99,7 +99,7 @@ public class SteamwarDiscordBot {
|
||||
@Nullable
|
||||
@Override
|
||||
public Party getParty() {
|
||||
return new Party("", 0, 0);
|
||||
return new Party(null, 1, 100);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@ -140,7 +140,7 @@ public class SteamwarDiscordBot {
|
||||
@NotNull
|
||||
@Override
|
||||
public ActivityType getType() {
|
||||
return ActivityType.COMPETING;
|
||||
return ActivityType.CUSTOM_STATUS;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren