updateArena

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

Updates an arena in the database

Parameters

tablePrefix

the prefix, if any, to be used

id

the non-null id of the arena to be updated

data

the non-null updated data of the arena

Throws

if an I/O error occurs