modules
Custom Commands
Build your own slash commands. 12 action types.
Action types
send_message, send_dm, add_role, remove_role, delete_message, add_xp, add_balance, remove_balance, kick_user, timeout_user, react_emoji, create_thread
Template variables
Inside any message field: {user}, {username}, {server}, {channel}, {arg1}..{arg9} for command arguments.
Examples
Build a /hello command that sends "Hi {user}!" - simple greeting. Or a /verify command that gives a role and posts a welcome - more complex chains are 100% supported.