Space Commands
Usage
bot.commands.add({
type: "spaceCommand",
code: `code`
})Example
bot.commands.add({
type: "spaceCommand",
code: `$setVar[messages;$sum[$getVar[messages;$authorID;member];1];$authorID;member]`
//Requires a variable named 'messages' with type 'member'
})Last updated
Was this helpful?