🎉 Tickety V3 has now been released! Read more →
Automations

What it posts

Messages, buttons, roles, votes, polls, and where the post ends up.

The Then box is what members actually see. It has four parts, and you only fill in the ones you need.

PartUse it for
Automation ReplyThe message itself: text, an embed, or a components layout
Attach a Discord PollDiscord's own poll, drawn and counted by Discord
Buttons and menusLinks, self roles, or votes Tickety counts
Where it postsReply in place, post to another channel, threads, auto delete

The message

Write it under Automation Reply. Plain text, an embed, or both. Every placeholder works here, including {args.*} from your own arguments.

Premium servers can switch the reply to the components layout for multi block designs. A Discord poll cannot ride on that layout, so keep the reply on embeds if you are attaching one.

Buttons and menus

A group is one row of buttons, or one dropdown. Each group does exactly one job, picked by its behavior:

Buttons or a dropdown is your choice per group. Five buttons fit on a row, twenty five options fit in a dropdown. Links are always buttons, because Discord has no link option in a dropdown.

Options from an argument

Instead of writing the options yourself, point a group at a list argument with Build the options from an argument. Whatever the member typed becomes the buttons.

That is the difference between a poll automation and a poll command: one asks the same question forever, the other asks whatever the member wants.

Discord polls

Attach a Discord Poll adds Discord's native poll: its own UI, its own results screen, counted by Discord rather than by Tickety.

SettingNotes
QuestionYours, or a placeholder like {args.question}
AnswersWritten in, or built from a list argument
How long it runs1 hour up to 1 month
Let members pick more than one 👑Premium

Discord poll or vote buttons?

Discord pollVote buttons
LooksDiscord's own poll UIOrdinary buttons or a dropdown
CountingDiscordTickety
Can be edited after postingnoyes
Works on a panel you post yourselfnoyes
Works with the components layoutnoyes

A Discord poll can never be edited once posted, which is why it cannot be used on a panel. For a vote that lives on a panel, or one you want to keep running for weeks, use a vote group.

Where it posts

SettingWhat it does
Reply where it firedAnswers in the same channel, as a reply to the member
Post to a channelSends it somewhere else, which is what a suggestion box does
Open a thread under it 👑Starts a thread on the post, named by you or by what the member typed
Delete it after 👑Removes the post after up to 5 minutes. Good for command confirmations

Steps 👑

Steps run after the message goes out, and they are what turn an automation into staff tooling. Each one runs the same permission checks as the matching command, and the member who fired the automation is treated as the one running it.

StepRuns
Close, Request closeinside a ticket
Set priority, Rename, Move, Transferinside a ticket
Claim, Unclaiminside a ticket
Create a ticketoutside a ticket
Alert a channelanywhere

A !close done command, a !report that pings staff in a private channel, or a !help that opens a ticket for the member are all a message plus one step.

On this page