{ "vm": { "shortDescription": "Runs code in a safe sandbox for testing", "extendedDescription": "Runs code in a secure and safe sandbox for prototyping & testing code while preventing access to the system", "languageArg": "The language to use (JavaScript/TypeScript)", "codeArg": "The code to run in the VM", "computing": "Computing { $language } code... Please wait!", "error": "An error has occurred while executing { $language } code!\n```\n{ $error }\n```", "unknown": "Unknown language given!" }, "help": { "shortDescription": "Shows help menu", "extendedDescription": "Shows an advanced help menu for commands to show usage", "commandArg": "The command to see", "unknownCommand": "Unknown command given!" }, "errors": { "ownerOnly": "Only the bot owner can run this command!", "dmsOnly": "You can only run this command in DMs!", "serverOnly": "You can only run this command in a server!", "runError": "I'm sorry but an error has occurred while running this command! Please file an issue to https://code.relms.dev/Relms/ArgonBot!\n```{ $error }```" }, "generic": { "noShortDescription": "No short description given!", "noExtendedDescription": "No extended description given!", "noArgsDescription": "No description for { $arg } has been given!" } }