Fix warnings

This commit is contained in:
pixtaded 2025-03-16 22:10:42 +03:00
parent ecf7ef5314
commit 1c93ae169b

View File

@ -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;