Made with Kleap

COMMAND LIBRARY

Tap a model to add it

Pre-made commands that work out of the box. Edit the messages, add them to your bot, deploy in seconds.

WELCOME auto-trigger
👋

Welcome message

Greets new members in your chosen channel with a customisable embed.

channel: #welcome
message: "Welcome {user}! You're member #{member-count}"
{user} {server} {member-count}
SESSION /command
▶️

/start-session

Pings the session role and posts the start announcement in the channel.

role: @SessionPing
message: "Session is LIVE — hop in!"
SESSION /command

/end-session

Closes the active session and posts a wrap-up in the channel.

closes: active session
message: "Session closed — GG!"
SESSION /command
⚠️

/low-session

Alerts staff when member count drops below your threshold.

threshold: 3
message: "Heads up — only X left"
SESSION buttons
🗳️

/session-vote

Posts a vote with a button. When threshold is hit, auto-sends the start msg.

threshold: 3 votes
action: auto /start-session
TICKET panel
🎫

/ticket-panel

Posts a persistent embed with a button — clicks open a private channel.

category: Tickets
staff-role: @Support
UTILITY /command
🔍

/find-role

Searches the server for any role by name and shows who has it.

input: role name
output: role + members
MOD /command
🦶

/kick

Moderator-only. Kicks a user and DMs them the reason.

perm: KickMembers
args: user, reason
MOD /command
🔨

/ban

Moderator-only. Bans a user with optional message deletion.

perm: BanMembers
args: user, reason, days
UTILITY /command
📣

/announce

Posts a styled announcement embed — title, body, ping optional.

args: title, body, ping?
style: embed
UTILITY buttons
📊

/poll

Creates a poll with up to 5 option buttons. Tracks live counts.

args: question, options[]
output: live bar chart
UTILITY /command
💤

/afk

Sets you as AFK. The bot will auto-reply when you're pinged.

auto-reply: enabled
nickname: [AFK] name

Variables you can use

Drop these tokens into any message and the bot will fill them in at send-time.

{user}
Pings the user
{server}
Server name
{member-count}
Total members
{count}
Live count
{role}
Ping a role
{mod}
Moderator
{target}
Target user
{votes}
Vote count