Developer Tools
A suite of advanced utilities for developers, including a JavaScript sandbox, code formatting, and API testing tools.
Requires: Tier 2 Premium
Code Execution
!coderun
Execute JavaScript code in a secure, sandboxed environment.
- Timeout: 3 seconds
- Environment: Node.js-like (no file/network access)
- Usage:
!coderun console.log("Hello World");
!lint
Analyze your JavaScript code for syntax errors and potential issues.
!codeformat
Automatically format and beautify your code snippets.
Utilities
!http
Make HTTP requests to external APIs directly from Discord.
- Supports GET and POST
- Rate limited (10/min)
- Restricted from accessing private IP ranges
!regex
Test and explain Regular Expressions.
!regextest- Test a pattern against a string!regexexplain- Get a human-readable explanation of a pattern
!json
Tools for working with JSON data.
!jsonpretty- Format minified JSON!jsonminify- Minify formatted JSON!jsonpath- Query JSON using JSONPath syntax
!snippet
Save and manage your frequently used code snippets.
- Store snippets per-server or per-user
- Syntax highlighting support
See also: Premium Features | Commands