getAllChallenges

abstract fun getAllChallenges(@Nullable tablePrefix: String): Set<GuildChallenge>(source)

Gets all challenges from the database.

Return

a set of `GuildChallenge` objects representing the challenges in the database.

Parameters

tablePrefix

the prefix, if any, to use for the container's name.

Throws

if an I/O error occurs while fetching the challenges.