Arken ships official first-party addons covering advanced tickets, game server status, and developer tools. Install any addon from the dashboard — or build your own with the TypeScript SDK.
Full-featured support desk with SLA, transcripts & staff portal.
A complete customer-support experience inside Discord. Multi-panel routing, custom intake forms, round-robin staff assignment, SLA escalation, canned responses, and a web staff portal — all included.
Check and monitor the status of any game server from Discord.
Query live player counts, map names, ping, and server info for 40+ game types directly from Discord. Save servers per-guild for quick lookups with autocomplete. No admin access to the server required — read-only status queries only.
Instant static analysis and AI-powered code review inside Discord.
Run /reviewcode, paste your snippet into a modal, and get instant feedback — error and warning counts, a list of specific issues, and a formatted/corrected version of the code. Results are ephemeral so only the submitter sees them. Optionally configure a Groq API key for smarter AI-powered analysis.
The Arken Addon SDK gives you everything you need to extend the bot with slash commands, event listeners, per-guild persistent storage, typed settings, and lifecycle hooks — all in TypeScript. Build your addon, drop the compiled dist/ into the addons folder, restart the bot, and the runtime auto-registers it so it appears in the dashboard immediately.
Read the SDK docsdefineAddon() — TypeScript-first entry point with full type inference; no class boilerplate required
Slash and context-menu commands with optional autocomplete handler built in
Discord gateway event listeners with once support; ctx.client exposes the full discord.js Client
Per-guild isolated key-value storage backed by PostgreSQL — data is always scoped per server
Structured logger tagged with your addon name plus a typed inter-addon event bus for cross-addon messaging
Lifecycle hooks: onLoad, onUnload, onSettingsUpdate, onGuildInstall, and onGuildUninstall
Add Arken Bot and enable any addon from the dashboard — free, forever.