Add SteamwarDiscordBot rich presence
Dieser Commit ist enthalten in:
Ursprung
7921cca38e
Commit
dcfa2c701a
@ -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
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren