Fix warnings
This commit is contained in:
parent
ecf7ef5314
commit
1c93ae169b
@ -29,8 +29,8 @@ public class Config {
|
|||||||
public final @NotNull PollDurations pollDurations;
|
public final @NotNull PollDurations pollDurations;
|
||||||
public final @NotNull String muteRoleId;
|
public final @NotNull String muteRoleId;
|
||||||
|
|
||||||
Config(@NotNull String token, @NotNull String guildId, int threshold, PollDurations pollDurations,
|
Config(@NotNull String token, @NotNull String guildId, int threshold, @NotNull PollDurations pollDurations,
|
||||||
String muteRoleId) {
|
@NotNull String muteRoleId) {
|
||||||
this.token = token;
|
this.token = token;
|
||||||
this.guildId = guildId;
|
this.guildId = guildId;
|
||||||
this.threshold = threshold;
|
this.threshold = threshold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user