3-11-2026
Custom Commands Rewrite
Custom Commands have been rewritten from the ground up. Custom commands now have more tags, support message commands, and some new configuration options were added. The custom commands dashboard has been slightly updated in this update.

Tag System v2
We're introducing Tag System v2 which includes more tags and advanced scripting.
We've added or updated the following tags:
ifanyallargs[i]targettarget.add_role()target.remove_role()reactrequire_rolerequire_channelrequire_userrequire_permissiondeny_roledeny_channeldeny_userdeny_permissiondeletedelete_replyredirectbreak- Temporal Storage
joincontainsreplace- Comments
Example verify command
{#:Define the moderator role}
{let(moderator_role):458353820284485646}
{#:Define the role to assign}
{let(verified_role):903042161086431233}
{require_role:{moderator_role}}
{target.add_role({verified_role})}
{user.name} has verified {target.mention}. Welcome to the server. Check out <#902348151170670633>Usage: /verify target:Arcane chan !verify @Arcane chan

Further examples
You can find more examples here.
Message Commands
Custom commands now support message commands.
Levelup Message
Levelup messages now include access to Tag System v2. Embed tags are available to all servers.
A premium subscription is required for some advanced tags. Learn more here.
Welcomer Messages
Welcome and goodbye messages now include access to Tag System v2. Embed tags are available to all servers.
Documentation
We have added custom commands and Tag System v2 to our documentation.
