Roleplay friendly interactions from Discord or Twitch with quick commands.
Commands: <% const enabledActions = actions.filter((action) => action.enabled && !action.archived); %> <% if (!enabledActions.length) { %> None enabled yet. <% } else { %> <%= enabledActions.map((action) => `!${action.command}`).join(", ") %> <% } %>
Sign in to see how many actions you have given or received.
<% } else { %>| Action | Given | Received |
|---|---|---|
| <%= action.command %> | <%= row.given_count %> | <%= row.received_count %> |
No interactions recorded yet.
<% } else { %>| Action | Total |
|---|---|
| <%= action ? action.command : row.action %> | <%= row.count %> |
No expressions yet.
<% } else { %>| Action | Command | Verb | Past | Aliases | Status | Actions |
|---|---|---|---|---|---|---|
| <%= action.id %> | <%= action.command %> | <%= action.verb %> | <%= action.past %> | <%= action.aliases.length ? action.aliases.join(", ") : '-' %> | <%= action.archived ? 'Archived' : action.enabled ? 'Enabled' : 'Disabled' %> | <% if (action.archived) { %> <% } else { %> <% } %> |