getAllGuilds

abstract fun getAllGuilds(@NotNull prefix: @NotNull String): List<Guild>(source)

Gets all guilds from the database.

Return

a list of all guilds in the database.

Parameters

tablePrefix

the prefix, if any, to use.

Throws

if an error occurs while retrieving the guilds.