Triggers showcase

Here's a quick preview of all available triggers:

Word

Responds to a message with specified content

Word

Reaction

Fires off once someone reacts to a message

Button

Detects users clicking buttons

Activates when someone confirms their choice in menu

Slash command

Responds to a discord slash command

Triggers on submittion of a modal (form)

Channel

Detects channels being added or removed

Role

Triggers on role assignment

Timed event

Executes the code in provided time

Interval

Repeatedly executes the code once in a specific time (e.g per hour)

Voice

Fires of when user leaves or joins a voice channel

Server boost

Detects people boosting the server

Join or Leave

Triggers when someone joins or leaves the server

Library

A code which can be imported in any other code

In this example $includeLibrary has been used to import a library called tools which contained a custom $embedMsg function.