2021-06-29 15:54:17 +00:00
{
"vm" : {
2021-06-29 17:15:00 +00:00
"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" ,
2021-06-29 15:54:17 +00:00
"computing" : "Computing { $language } code... Please wait!" ,
2021-06-29 23:41:45 +00:00
"error" : "An error has occurred while executing { $language } code!\n```\n{ $error }\n```" ,
2021-06-29 15:54:17 +00:00
"unknown" : "Unknown language given!"
2021-06-29 17:15:00 +00:00
} ,
2021-06-29 23:41:45 +00:00
"help" : {
"shortDescription" : "Shows help menu" ,
"extendedDescription" : "Shows an advanced help menu for commands to show usage" ,
"commandArg" : "The command to see" ,
2021-06-30 02:49:43 +00:00
"unknownCommand" : "Unknown command given!" ,
"embedName" : "Help Menu!" ,
"helpScreenBtnHelp" : "Press the \"Forward\" or \"Back\" Button to move categories!" ,
"nextCategoryBtn" : "Next Category" ,
"previousCategoryBtn" : "Previous Category" ,
"helpTimedOut" : "Timed Out" ,
"commandDescription" : "Name: { $name }\nCategory: { $category }\nDescription: { $description }\nUsage: { $usage }"
2021-06-29 23:41:45 +00:00
} ,
2021-06-29 17:15:00 +00:00
"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!" ,
2021-06-30 02:49:43 +00:00
"noArgsDescription" : "No description for { $arg } has been given!" ,
"noUsage" : "No usage given!"
2021-06-29 15:54:17 +00:00
}
}