Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 341 Bytes

usdsetchannelvar.md

File metadata and controls

20 lines (15 loc) · 341 Bytes
description
Sets a variable value to the current or given channel

$setChannelVar

This function sets a value to the current/specified channel

$setChannelVar[variable;value;channel ID (optional)]
bot.command({
name: "setChannelVar",
code: `Set the channel var!
$setChannelVar[messageCount;12]`
})