Functionsdatabase$resetChatVarOn this page$resetChatVar This function resets the variable to default value for the all chat Parameters ParameterDescriptionnameName of the variabletableTable (optional) Examples bot.command({ name: "resetchatvar", code: `Resetted server xp$resetChatVar[serverxp]`,});