Dynamic commands must export a run(ctx) function. Return a string to reply.
Moderators can create static text commands only.
<% } %>No commands created yet.
<% } else { %>| Trigger | Response | Status | Actions |
|---|---|---|---|
| <%= command.trigger %> | <%= command.enabled ? "Enabled" : "Disabled" %> | <% if (isAdmin && command.mode === "advanced") { %> <% } %> <% if (isAdmin || command.mode === "plain") { %> <% } %> | |
|
<% if (!isAdmin && command.mode === 'advanced') { %>
Dynamic commands can only be edited by admins. <% } %> |
|||