GetArgs
GetArgs API
// Get the function
const { osiris } = require("../../api/")
// Place this in your command
const Content = data.Content;
var Args = osiris.utils.getArgs(Content);
// Args[0] is the commandLast updated
GetArgs API
// Get the function
const { osiris } = require("../../api/")
// Place this in your command
const Content = data.Content;
var Args = osiris.utils.getArgs(Content);
// Args[0] is the commandLast updated