oops, forgot this

This commit is contained in:
Braydon 2023-06-02 00:35:55 -04:00
parent 6b6958640f
commit cf932e2d90

View File

@ -86,12 +86,6 @@ public final class DiscordService {
@Value("${discord.owner-logs.newHwid}") @Getter
private boolean logNewHwidsToOwner;
/**
* Should the license owner be notified when their license is about to expire?
*/
@Value("${discord.owner-logs.expiringSoon}") @Getter
private boolean logExpiringSoonToOwner;
/**
* The {@link JDA} instance of the bot.
*/