Skip to main content

Command availability

Verba can register these slash commands:
  • /activate-channel
  • /remove-channel
  • /reset
  • /generate
  • /dashboard
  • /vc-join
  • /vc-leave
  • /ping
Each command can be toggled on/off in your Discord module settings.

Permission matrix

CommandWherePermission requirement
/activate-channelServerAdministrator
/remove-channelServerAdministrator
/resetDMNone (user-scoped DM reset)
/resetServerAdministrator, server owner, or bot owner
/generateServer/DMCommand enabled + image generation enabled
/dashboardServer/DMCommand enabled
/vc-joinServerVoice engine enabled + voice channel access
/vc-leaveServerVoice engine enabled
/pingServer/DMCommand enabled

Command behavior details

/activate-channel

  • Marks the current channel as AI-enabled.
  • In AI-enabled channels, bot can reply without mentions.

/remove-channel

  • Removes the current channel from AI-enabled list.

/reset

  • In DM: clears DM conversation memory for that user context.
  • In server: clears server conversation memory for that bot/server context.

/generate

  • Generates an image from prompt.
  • Optional reference image is supported.
  • If image generation is disabled on the bot, command returns a disabled message.

/dashboard

  • Returns the dashboard URL.

/vc-join

  • Joins the requester’s voice channel (or selected voice channel parameter).
  • Fails if bot lacks voice permissions or voice runtime dependencies.

/vc-leave

  • Leaves current voice channel if connected.

/ping

  • Health/status check command with latency output.

Command toggle behavior

When a command is disabled in dashboard:
  • Invocation returns a disabled-command response.
  • Command registration may take a short delay to reflect in Discord command picker.

Common command errors

Re-enable the command in Discord module -> Slash Command Toggles.
Server-only administrative commands require admin privileges in that guild.
Channel-management commands are server scoped and not available in DMs.
Temporary upstream issue. Retry shortly or simplify prompt/reference image.
Worker/runtime dependency issue. Restart worker and verify voice deps.

Custom message templates

You can customize command/error text in the Custom Messages page. Frequently used template variables:
  • {messagesPerMinute}
  • {contextLabel}
  • {channelMention}
  • {verb}
  • {user}

Discord Deployment

Setup guide for connection, intents, profiles, and server routing.