Big update! A new Audit Log feature lets you track every change made via the dashboard, yearly Premium and Whitelabel subscriptions launch with discounted pricing, per-panel ticket limits, plus per-server timezone settings, documentation shortcuts, and a stack of bug fixes.
FingEver wondered who deleted that panel last week, or which staff member changed the log channel? You can now find out. The Audit Log captures every state-changing action taken through the dashboard and presents it in a clean, filterable history view.
The Audit Log records actions across every part of the dashboard โ settings changes, panel and multi-panel CRUD, tag and modal edits, support team membership, blacklist activity, ticket actions taken from the dashboard, and whitelabel guild links. Each entry shows what changed, who changed it, and exactly when in your server's configured timezone.
Filter by category (settings, panels, tags, etc.), by the actor's Discord ID, or by time range. Click any entry to expand the full before-and-after diff for updates, or the contextual details for creates and deletes. Staff usernames are resolved automatically, so you see "by Alice" instead of an 18-digit ID.
Retention is enforced automatically โ no action needed on your part. Entries older than 90 days are pruned daily.
Only users in your DashboardAdmin list (those added via /admin addadmin) can view the audit log. Each server's log is isolated to that server.
Find it in the sidebar of any server you manage at /dashboard/<server>/logs.
Premium and Whitelabel are now available on annual plans at a discount. If you're a regular subscriber, switching saves you real money over a year.
On the pricing page, toggle the Monthly / Yearly switch at the top to view annual pricing. Existing subscribers can switch by cancelling their current plan and resubscribing on the new cadence.
While we were in there, we also rebuilt the /premium command. It now clearly shows your plan name (e.g. "Premium ยท Yearly"), your purchase date, status, and exactly how much time is left on your subscription. The link-subscription dropdown also got smarter โ instead of "Subscription #1, Active", it now reads "Premium ยท Yearly ยท 365d left".
Previously you could only set one global cap on how many tickets a single user could have open across your server. You can now layer a per-panel cap on top of that, giving you much finer-grained control over how users interact with your different ticket categories.
Two limits now apply, and a user must satisfy both to open a new ticket:
Leave the per-panel field blank to apply only the server-wide cap. Both fields use a blank/empty value to mean "no cap" โ there's no magic 0.
Set the per-panel value on each panel's create or edit page under the Ticket Properties section.
You can now configure your server's timezone in the Settings tab of the dashboard. Everywhere the bot displays dates and times โ ticket timestamps, audit log entries, blacklist expirations, /premium expiry โ will now use your configured timezone instead of UTC. Find it under Settings โ Timezone.
Added a Documentation button to the dashboard for quicker access to our docs. No more digging around to find guides.
The billing page now resolves linked server IDs to actual server names (no more squinting at 18-digit IDs to remember which server your subscription is on) and includes a copy button if you need the raw ID. Subscription cards also show the billing cadence โ "Premium ยท Yearly" or "Whitelabel ยท Monthly".
Fixed a bug where /premium could throw a unique-constraint error when a user tried to link a second subscription to a server that still had an old, expired subscription attached. Linking now atomically transfers the slot.
Blacklisted users were being blocked from every bot interaction โ slash commands, buttons in their own existing tickets, everything. The blacklist now only blocks ticket creation, as originally intended. Blacklisted users can still interact with their existing tickets and use unrelated commands.
The "Hide Claim Button" setting on the dashboard had its logic flipped โ toggling it on actually showed the button, and vice versa. Logic is now aligned with the label.
A bug was blocking Premium subscribers from editing the footer on multi-panels. The premium check has been corrected โ Premium and Whitelabel subscribers can now freely customize multi-panel footers.
The live preview on multi-panels wasn't rendering author or footer icon URLs even when one was set. The preview now matches what Discord will actually display.
The ticket naming scheme preview in dashboard settings wasn't refreshing when you changed the selected scheme. It now updates immediately as you switch between options.