TagScript Examples
Real-world examples to get you started
🎲 Dice Roll
Roll a dice with a random number between 1 and 6
You rolled a {range:1-6}!
Result: You rolled a 4!
👋 Welcome Message
Send a welcome message with server info and rules
{embed(title):Welcome to {server(name)}!}
{embed(description):We now have {server(member_count)} members!}
{embed(color):#5865F2}
{embed(thumbnail):{user(avatar)}}
{embed(field):📜 Rules|Check out #rules to get started!|false}
{embed(footer):Enjoy your stay!|{server(icon)}}
🎯 8Ball Command
Magic 8-ball that answers questions
{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}
💰 Economy Balance
Show user balance with formatting
{=(balance):{range:100-10000}}
{embed(title):💰 {user(name)}'s Balance}
{embed(description):You have **${balance}** coins!}
{embed(color):#FFD700}
{cooldown(30):Please wait before checking again!}
📊 Poll Creator
Create a simple poll with reactions
{require({args}):Usage: !poll }
{embed(title):📊 Poll}
{embed(description):{args}}
{embed(color):#5865F2}
{embed(footer):React below to vote!}
{react:👍:👎}
🎮 Game Stats
Display random game statistics
{=(wins):{range:0-100}}
{=(losses):{range:0-50}}
{=(winrate):{math:{wins}/({wins}+{losses})*100}}
{embed(title):🎮 {user(name)}'s Stats}
{embed(color):#00FF00}
{embed(field):Wins|{wins}|true}
{embed(field):Losses|{losses}|true}
{embed(field):Win Rate|{winrate}%|true}
📝 Note Saver
Save a note with timestamp
{require({args}):Please provide a note to save!}
✅ Note saved!
{embed(title):📝 Note from {user(name)}}
{embed(description):{args}}
{embed(footer):{strf:%B %d, %Y at %I:%M %p}}
{embed(color):#3498db}
🎨 Color Info
Show color information from hex code
{=(color):{args}}
{embed(title):Color: {color}}
{embed(color):{color}}
{embed(description):Hex code: {color}}
{embed(thumbnail):https://singlecolorimage.com/get/{replace(#,): {color}}/400x400
⏰ Reminder
Set a reminder with countdown
{require({args}):Usage: !remind }
{=(time):{range:1-60}}
⏰ Reminder set for {time} minutes!
{embed(description):I'll remind you: {args}}
{embed(color):#FF6B6B}
{embed(footer):Reminder in {time} minutes}