mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-03 23:31:24 +00:00
[AB-184] adding various metrics to the system, organizing imports, changing some transactional behaviour
adding okhttp metrics, split bot service into multiple services (guild, message), unified some places that services are used in order to interact with the api, and not directly the objects (this is to make it easier for metric to be accurate)
This commit is contained in:
@@ -8,8 +8,8 @@ import dev.sheldan.abstracto.statistic.emotes.model.database.TrackedEmote;
|
||||
import net.dv8tion.jda.api.entities.Emote;
|
||||
import net.dv8tion.jda.api.entities.Guild;
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Service responsible to provide operations on {@link TrackedEmote}
|
||||
|
||||
Reference in New Issue
Block a user