[GENERAL_COMPONENTS] switch({component}) { case "command": "command"; break; case "setting": "setting"; break; case "inhibitor": "inhibitor"; break; } [GENERAL_EXAMPLES] Example Usage [GENERAL_ALIASES] Aliases [GENERAL_ARGUMENTS] Arguments [GENERAL_CURRENT] Current Settings [GENERAL_SETTINGRESET] Successfully reset the setting **{setting}** to the default value. [GENERAL_ADDED] added [GENERAL_REMOVED] removed [PREMIUM_2] Sorry! This is a tier 2 premium feature. Current server tier: `{tier}` [MISSING_ARGS] Missing arguments. [ON_OFF_TOGGLE] switch({toggle}) { case true: 'on'; break; case false: 'off'; break; } [SET_RESET] switch({set}) { case 'reset': 'reset'; break; case 'set': 'set': break; } //Errors [ERR_CHANNEL_RESOLVE] Failed to resolve `{resolveable}` to a channel. [ERR_ROLE_RESOLVE] Failed to resolve `{resolveable}` to a role. [ERR_MEMBER_RESOLVE] Failed to resolve `{resolveable}` to a member. [ERR_USER_RESOLVE] Failed to resolve `{resolveable}` to a user. [ERR_INVALID_METHOD] Method `{method}` is invalid!