@Repository interface ServerDiscordRepository : CrudRepository<ServerDiscord, String>
abstract fun findServerDiscordByServerId(serverID: String): ServerDiscord |
|
abstract fun getAllATMAlertChannels(): ArrayList<ServerToChannel> |
|
abstract fun getAllBDOBossChannels(): ArrayList<ServerToChannel> |
|
abstract fun getAllBDONewsChannels(): ArrayList<ServerToChannel> |
|
abstract fun getAllBDOPatchChannels(): ArrayList<ServerToChannel> |