updateGuild

open fun updateGuild(@Nullable tablePrefix: @Nullable String, @NotNull id: @NotNull String, @NotNull data: @NotNull String)(source)

Updates a Guild in the database.

Parameters

tablePrefix

the prefix, if any, to use.

id

the id of the guild to update.

data

the updated data of the guild.

Throws

if an error occurs while updating the guild.