Skip to content

Slash commands

Once the bot is online and invited to a test guild, the subscription surface is:

Command What it does
/subscribe-text Listen for text messages in this channel.
/unsubscribe-text Stop listening for text messages in this channel.
/subscribe-voice Join your voice channel and listen.
/diagnostics Show span timings (last p50/p95 per span).
/unsubscribe-voice Leave the voice channel in this guild.

Table above is generated at build time from bot.slash_command(...) calls in src/familiar_connect/bot.py — edit the source to change a description and this page updates automatically.

Subscriptions persist across restarts at data/familiars/<id>/subscriptions.toml; delete that file to reset.

Threads and forum posts are discord.Thread instances: running /subscribe-text inside a thread subscribes the familiar to that thread only.