getAllGuildIds

abstract fun getAllGuildIds(@NotNull tablePrefix: @NotNull String): List<String>(source)

Gets all guild IDs from the database.

Return

a list of all guild IDs in the database.

Parameters

tablePrefix

the prefix, if any, to use.

Throws

if an error occurs while retrieving the guild IDs.