it.discordbot.database.repository / ServerDiscordRepository / getAllBDONewsChannels

getAllBDONewsChannels

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