update Guild
abstract fun updateGuild(@NotNull prefix: @NotNull String, @NotNull id: @NotNull String, @NotNull data: @NotNull String)(source)
Updates a Guild in the database.
Parameters
table Prefix
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.