Quick-start
OneeChan's Autoresponder feature, also known as custom commands, allows you to create functional commands in your server with customized responses and advanced variables.
The base command for this system is:
/autoresponder
✎ Creating an Autoresponder
To create a new autoresponder, use:
/autoresponder create

After running the command, you will see a setup menu where you can configure everything about your autoresponder message.

The setup interface allows full customization. A live preview is shown above the buttons to help visualize the final message.

✎ Autoresponder Configuration Options
Option
Description
Trigger
Defines the text that will trigger the autoresponder.
Text
The response text that will be sent when triggered.
Embed
Configures the embed title, title link, description, color, and optional auto-delete timer.
Embed Images
Allows adding a thumbnail or a large image at the bottom of the embed.
Author
Sets the author name and author image in the embed.
Footer
Adds a footer text, a footer image, and an optional timestamp.
DM
Sends the response via direct message. It can be sent to the command user, ticket user, or a wildcard user.
Timed Message
Enables scheduled, repeating messages at specific intervals.
Roles
Allows the autoresponder to add, remove, or restrict usage based on user roles.
Match Mode
Defines how the autoresponder detects trigger phrases:
Exact: Matches only the exact text (e.g.,
"There"
only triggers"There"
).Startswith: Triggers when the message starts with the phrase (e.g.,
"Hey"
triggers"Hey there"
).Endswith: Triggers when the message ends with the phrase (e.g.,
"There"
triggers"Hey there"
).Includes: Triggers if the phrase is anywhere in the message (e.g.,
"There"
triggers"Hey there my friend"
). | | Auto Delete Trigger | If enabled (green), it deletes the original message that triggered the autoresponder. | | Sticky Channel | Enables a sticky autoresponder, meaning the bot reposts the message at set intervals in a specific channel.⚠️ Limitations: Auto-delete, role restrictions, timed messages, and DM responses do not work in sticky mode. |
✎ Managing Your Autoresponders
Viewing Existing Autoresponders
/autoresponder list
Displays a list of all configured autoresponders.
Editing an Existing Autoresponder
/autoresponder edit
Allows modifying an existing autoresponder.
Deleting an Autoresponder
/autoresponder delete
Removes an autoresponder from the system.
Copying Another Bot’s Embed
/autoresponder copy
Copies an embed format from another bot, allowing you to replicate designs easily.
The Autoresponder System in OneeChan is a powerful tool for automation, custom commands, and advanced server responses. Configure it to match your needs, whether for fun commands, role management, or automated server messages.
Last updated