it.discordbot.database.repository / ServerDiscordRepository / getAllBDOBossChannels

getAllBDOBossChannels

@Query("SELECT new it.discordbot.beans.ServerToChannel(serv.serverId, serv.bdoBossIDChannel) from ServerDiscord serv where serv.bdoBossIDChannel is not null") abstract fun getAllBDOBossChannels(): ArrayList<ServerToChannel>