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 String muteRoleId;
|
||||
|
||||
Config(@NotNull String token, @NotNull String guildId, int threshold, PollDurations pollDurations,
|
||||
String muteRoleId) {
|
||||
Config(@NotNull String token, @NotNull String guildId, int threshold, @NotNull PollDurations pollDurations,
|
||||
@NotNull String muteRoleId) {
|
||||
this.token = token;
|
||||
this.guildId = guildId;
|
||||
this.threshold = threshold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user