Script Engine:
Core Functions; var, set, delete, if, while, for, break, continue, return,
function, call, sleep, wait_until, try, eval, exec, import,
export, math, string, list, dict, time, date, random, choose
Moderation; ban, kick, mute, unmute, warn, purge, lock, unlock,
slowmode, nickname, move, deafen, undeafen, disconnect
Channel Management; channel_create, channel_delete, channel_edit,
category_create, category_delete, category_edit,
thread_create, thread_delete, thread_archive,
thread_unarchive, permission_override
Role Management; role_create, role_delete, role_edit, role_add,
role_remove, role_color, role_hoist, role_mentionable
Message Functions; message, embed, react, pin, unpin, reply, edit,
delete_message, clear_reactions, add_reaction,
remove_reaction, button, select_menu, modal
Giveaway System; giveaway_start, giveaway_end, giveaway_reroll,
giveaway_list, giveaway_edit
Ticket System; ticket_setup, ticket_create, ticket_close,
ticket_add, ticket_remove, ticket_transcript,
ticket_rename, ticket_panel
Utility; poll, reminder, countdown, wait_for, cooldown
Advanced; http, database, file, log, script, command,
event, webhook, custom_response
Operators; ==, !=, >, <, >=, <=, and, or, not, in
Special variables; vars.* (access to variables),
context.* (access to context),
{user}, {channel}, {guild} (shortcuts)
