Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megoRU committed Nov 7, 2024
1 parent c24d250 commit fdb4b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/main/config/BotStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ private void scheduleStartGiveaway() {
scheduling.getMinParticipants());

schedulingRepository.deleteById(scheduling.getGuildId());
instance.removeScheduling(guildId);
}
}
} catch (Exception e) {
Expand Down

0 comments on commit fdb4b28

Please sign in to comment.