Home Commands Terms & Privacy Add to Discord
๐ŸŒ General โ€” works in both Tags and SlashTags
๐ŸŽฒ

Dice Roll

Global

Roll a die and get a random number between 1 and 6.

You rolled a {range:1-6}!
OutputYou rolled a 4!
๐ŸŽฏ

8-Ball

Global

A magic 8-ball that picks a random response to any question.

{require({args}):You need to ask a question!} ๐ŸŽฑ {random:Yes,No,Maybe,Ask again later,Definitely,Absolutely not,Without a doubt,Don't count on it}
๐ŸŽจ

Color Info

Global

Display a color swatch from a hex code argument.

{=(color):{args}} {embed(title):Color: #{color}} {embed(color):#{color}} {embed(description):Hex: #{color}} {embed(thumbnail):https://singlecolorimage.com/get/{color}/300x300}
๐Ÿ“Š

Server Stats

Global

An embed showing current server statistics.

{embed(title):๐Ÿ“Š {server(name)} Stats} {embed(color):#5865F2} {embed(thumbnail):{server(icon)}} {embed(field):Members|{server(member_count)}|true} {embed(field):Created|{server(created_at)}|true} {embed(footer):Requested by {user(name)}}
๐Ÿท๏ธ Tags โ€” classic prefix commands
๐Ÿ‘‹

Welcome Message

Tags

Send a rich welcome embed with server info and channel links.

{delete} {embed(title):Welcome to {server(name)}!} {embed(description):We now have **{server(member_count)}** members. Make sure to read #rules.} {embed(color):#5865F2} {embed(thumbnail):{user(avatar)}} {embed(field):๐Ÿ“œ Rules|Head over to #rules to get started.|false} {embed(footer):Enjoy your stay!|{server(icon)}}
๐Ÿ“Š

Poll Creator

Tags

Create a quick yes/no poll by reacting to the response.

{require({args}):Usage: !poll <question>} {embed(title):๐Ÿ“Š Poll} {embed(description):{args}} {embed(color):#5865F2} {embed(footer):Vote with the reactions below! ยท Asked by {user(name)}} {react:๐Ÿ‘,๐Ÿ‘Ž}
โš ๏ธ

Silent Warn

Tags

Warn a user silently โ€” react to confirm, but send no visible message.

{require(Moderator):You need Moderator to use this.} {require({args}):Usage: !warn @user <reason>} {silent} {reactu(โœ…)} {command:warn {target(mention)} {args(2+)}}
๐ŸŽฎ

Fake Game Stats

Tags

Display randomised game statistics for a mentioned user.

{=(wins):{range:0-100}} {=(losses):{range:0-50}} {embed(title):๐ŸŽฎ {target(name)}'s Stats} {embed(color):#00FF00} {embed(field):Wins|{wins}|true} {embed(field):Losses|{losses}|true} {embed(field):Win Rate|{math:{wins}/({wins}+{losses})*100}%|true}
๐Ÿ”’

DM Secret

Tags

Send a private response to the user's DMs with no trace in the channel.

{delete} {redirect(dm)} Your one-time code: **{range:100000-999999}** This was sent privately โ€” no one else can see it.
๐Ÿ’ฌ

Daily Quote

Tags

Cycle through quotes in order, one per tag use.

{embed(title):๐Ÿ’ฌ Quote of the Day} {embed(description):{cycle(quotes):The only limit is your mind.|Every day is a new chance.|Small steps lead to big results.|Dream big, work hard.}} {embed(color):#a855f7} {embed(footer):Use #{uses} ยท Requested by {user(name)}}
โšก SlashTags โ€” slash commands
๐Ÿ”‘

Private Token

SlashTags

Generate a random token and send it ephemerally โ€” only the user can see it.

{hide} Your temporary token: **{range:100000-999999}** Do not share this with anyone.
ResultOnly the slash command user sees this message. It disappears for everyone else.
๐Ÿ’ฌ

Say Command

SlashTags

Make the bot say something via a slash command. The slash invocation is hidden, the output is public. Assumes a slash option named message.

{#: User provides text via the slash option "message"} {reply(false)} {message}
NoteSlash options are seeded as variables matching their option name. Here, {message} holds what the user typed in the "message" option.
๐ŸŽฑ

8-Ball (Slash)

SlashTags

An ephemeral 8-ball slash command. Uses a question slash option.

{#: Option: question (string, required)} {hide} {embed(title):๐ŸŽฑ Magic 8-Ball} {embed(description):โ“ {question} **{random:Yes,No,Maybe,Ask again later,Definitely,Absolutely not,Without a doubt,Don't count on it}**} {embed(color):#1a1f4d}
๐Ÿ“

Suggestion Box

SlashTags

Accept a suggestion via slash, post it publicly to a dedicated channel. Uses a suggestion option.

{#: Option: suggestion (string, required)} {hide} โœ… Your suggestion has been submitted! {redirect(#suggestions)} {embed(title):๐Ÿ’ก New Suggestion} {embed(description):{suggestion}} {embed(footer):Suggested by {user(name)} ยท {user(id)}|{user(avatar)}} {embed(color):#4d7cfe} {react:๐Ÿ‘,๐Ÿ‘Ž}
๐Ÿ‘ค

User Info

SlashTags

A slash command that shows profile info for a mentioned user. Uses a member user option.

{#: Option: member (user, required)} {reply} {embed(title):๐Ÿ‘ค {member(name)}'s Profile} {embed(thumbnail):{member(avatar)}} {embed(color):{member(color)}} {embed(field):User ID|{member(id)}|true} {embed(field):Joined Server|{member(joined_at)}|true} {embed(field):Account Created|{member(created_at)}|true} {embed(footer):Requested by {user(name)}|{user(avatar)}}
๐Ÿ“ข

Announcement with Mention

SlashTags

A mod-only slash command that pings a role and posts an announcement. Uses role and message options.

{#: Options: role (role, required), message (string, required)} {require(Moderator):Only moderators can post announcements.} {allowedmentions({role}):override} {reply(false)} {embed(title):๐Ÿ“ข Announcement} {embed(description):{message}} {embed(color):#f59e0b} {embed(footer):Posted by {user(name)}} {role}