Autoresponders match a trigger phrase and send a configured response. The trigger and response are separated by a comma. Flags include --strict for exact matching, --reply for a direct reply, and --self-delete to remove the trigger message. The command requires Manage Channels.
Basic responder
,autoresponder hello, Welcome to {server.name}!
configuration
,autoresponder
Makes the bot reply automatically when a message contains a trigger phrase. Trigger and response are separated by a comma, and flags include --strict for exact matches, --reply to reply directly, and --self-delete to remove the trigger message. Use `autoresponder variables` for the placeholders available. Requires Manage Channels.
Counter setup creates a Server Stats category and voice or text channels whose names display live values. Choose a built-in template, then let the hourly updater run or refresh immediately.
configuration
,counter
Shows how to use the server stat counters - channels whose names display live server numbers. Use `counter setup`, `counter update`, or `counter reset`.
Creates a Server Stats category with counter channels whose names show live numbers, and turns on hourly auto-updating. The first argument picks `voice` or `text` channels; the second picks the template: `default`, `channels_roles`, `emojis_stickers`, or `boosts`. Counters that already exist are left alone.
Clears this server's counter configuration. By default the channels are left in place; pass `delete` to also delete the counter channels and the Server Stats category.
Reminders accept a duration followed by text. When due, Appear sends a DM with a link to the original message; if the DM fails, it falls back to a channel mention.
utility
,remind
Sets a reminder. Give a duration then the text, like `remind 1h take the bins out`. When it comes due the bot DMs you with a link back to the message; if the DM cannot be delivered it pings you in the channel instead.