Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 320 Bytes

usdsetservervar.md

File metadata and controls

20 lines (15 loc) · 320 Bytes
description
Sets a server variable value

$setServerVar

This function sets a value to a variable for the current/specified guild

$setServerVar[variable;value;guild id (optional)]
bot.command({
name: "setServerVar",
code: `Set a server var
$setServerVar[members;56]`
})