mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-08 00:49:26 +00:00
[AB-166] refactored conditions to not use exceptions for their regular case, split up feature mode exception into condition and exception, if the conditions need to be checked somewhere else, a separate exception is required, fixed command not being disabled properly in channels
This commit is contained in:
@@ -20,6 +20,7 @@ public interface TrackedEmoteService {
|
||||
TrackedEmoteOverview loadTrackedEmoteOverview(Guild guild);
|
||||
TrackedEmoteOverview loadTrackedEmoteOverview(Guild guild, Boolean showTrackingDisabled);
|
||||
TrackedEmote createFakeTrackedEmote(Emote emote, Guild guild);
|
||||
TrackedEmote createFakeTrackedEmote(Emote emote, Guild guild, boolean external);
|
||||
void deleteTrackedEmote(TrackedEmote trackedEmote);
|
||||
void resetEmoteStats(Guild guild);
|
||||
void disableEmoteTracking(Guild guild);
|
||||
|
||||
Reference in New Issue
Block a user