{ "GUILD_ONLY": "{COMMAND} can only be used in a server.", "DM_ONLY": "{COMMAND} can only be used in my DMs.", "NSFW_ONLY": "This command is locked to NSFW channels only!", "DISABLED_COMMAND": "The {COMMAND} command is currently disabled in this server. You can not use it.", "DISABLED_CATEGORY": "The {CATEGORY} category is currently disabled in this server. You can not use commands from this category.", "MISSING_CLIENT_PERMISSION": "Woah there! I'm missing {CLIENT_PERMISSIONS} permissions! Please give me said permission before using that command!", "MISSING_MEMBER_PERMISSION": "Woah there! You're missing {MEMBER_PERMISSIONS} permissions! Please get said permission before using that command!", "MISSING_ROLES": "Looks like you're missing {ROLES}! Make sure you get said role(s) before using {COMMAND}.", "DEVELOPER_ONLY": "You can't use {COMMAND}. It is locked to developers only.", "TEST_SERVER": "{COMMAND} is locked to test servers only and this server is not one.", "TOO_FEW_ARGS": "Invalid Arguments [Too Few Arguments]; Please use {USAGE} instead", "TOO_MANY_ARGS": "Invalid Arguments [Too Many Arguments]; Please use {USAGE} instead", "GLOBAL_COOLDOWN": "{COMMAND} is on global cooldown! Please wait {COOLDOWN} before using it again.", "USER_COOLDOWN": "You are on cooldown! Please wait {COOLDOWN} before using {COMMAND} again.", "CATEGORY_COMMAND": { "ALREADY_DISABLED": "That category is already disabled.", "ALREADY_ENABLED": "That category is already enabled.", "INVALID_ARGS_ERROR": "Invalid Arguments! Please use {USAGE} instead.", "NON_EXISTANT_CATEGORY": "That category does not exist.", "SUCCESS": "Successfully {ACTION} the {CATEGORY} category." }, "COMMANDS_COMMAND": { "ALREADY_DISABLED": "That command is already disabled.", "ALREADY_ENABLED": "That command is already enabled.", "INVALID_ARGS_ERROR": "Invalid Arguments! Please use {USAGE} instead.", "NO_DISABLE": "{COMMAND} can not be disabled", "NON_EXISTANT_COMMAND": "That command does not exist.", "SUCCESS": "Successfully {ACTION} the {COMMAND} command." }, "HELP_COMMAND": { "INVALID_COMMAND_CATEGORY": "{COMMAND_CATEGORY} is not a valid command or category. Use {PREFIX}help to view all command categories." }, "PREFIX_COMMAND": { "SAME_PREFIX": "Please choose a **new** prefix to set.", "SUCCESS": "Successfully updated {GUILD_NAME}'s prefix to {PREFIX}" }, "ROLES_COMMAND": { "ALREADY_ADDED": "{ROLE} is already on the required roles list of {COMMAND}", "ALREADY_REMOVED": "{ROLE} is not on the required roles list for {COMMAND}", "INVALID_ARGUMENTS": "Invalid Arguments! Please use {USAGE} instead.", "INVALID_COMMAND": "That command does not exist. Please provide a valid command.", "INVALID_ROLE": "Please provide a valid role to {ACTION}.", "SUCCESS": "Successfully {ACTION} {ROLE} to/from the required roles list of {COMMAND}" } }