For the complete documentation index, see llms.txt. This page is also available as Markdown.

.suggest [text] command

โœŽ autoresponder commands

/autoresponder add trigger:.suggest reply:{delete} {requirearg:1} {sendto:#suggestions} {user} suggested: [$1+]

/autoresponder editmatchmode trigger:.suggest reply:startswith

you can also use a premade embed for an output that looks cuter, like this:

/embed create name:suggestion

/embed edit author embed:suggestion text:{user_tag} icon:{user_avatar}

/embed edit description embed:suggestion text:[$1+]

/autoresponder add trigger:.suggest reply:{delete} {requirearg:1} {sendto:#suggestions} {embed:suggestion}

/autoresponder editmatchmode trigger:.suggest matchmode:startswith

additionally, you could include a few{reactreply:} variables to react to the suggestion post with a thumbs up ๐Ÿ‘, shrug ๐Ÿคท, and thumbs down ๐Ÿ‘Ž reactions for other users to vote on the original suggestion.

Last updated