Command docs

Luryon command documentation

Commands

53 commands

fun

/8ball

Ask the magic 8-ball a question

Cooldown: 3s
Options
  • question STRING Required

    The question you want to ask the 8-ball

Examples
/8ball question:"text"

/ascii

Convert text to ASCII art

Cooldown: 3s
Options
  • text STRING Required

    The text to convert to ASCII art (max 10 characters)

Examples
/ascii text:"text"

/cat

Get a random cat picture

Cooldown: 3s
Options

No options.

Examples
/cat

/coinflip

Flip a coin - heads or tails?

Cooldown: 2s
Options
  • choice STRING Optional

    Choose heads or tails (optional, leave empty to just flip)

Examples
/coinflip [choice:"text"]

/dice

Roll one or more dice

Cooldown: 2s
Options
  • sides INTEGER Optional

    Number of sides on the dice (default: 6)

  • count INTEGER Optional

    Number of dice to roll (default: 1)

Examples
/dice [sides:123] [count:123]

/dog

Get a random dog picture

Cooldown: 3s
Options

No options.

Examples
/dog

/meme

Get a random meme

Cooldown: 3s
Options

No options.

Examples
/meme

/rate

Rate something on a scale of 1-10

Cooldown: 3s
Options
  • thing STRING Required

    What do you want to rate?

Examples
/rate thing:"text"

/rps

Play Rock Paper Scissors against the bot

Cooldown: 2s
Options
  • choice STRING Required

    Choose rock, paper, or scissors

Examples
/rps choice:"text"

/ship

Ship two people and see their compatibility

Cooldown: 3s
Options
  • user1 USER Required

    The first person to ship

  • user2 USER Optional

    The second person to ship

Examples
/ship user1:@user [user2:@user]

Giveaway

/gblacklist

Manage giveaway blacklisted roles

Options
  • add SUB_COMMAND Optional

    Block a role from joining giveaways

  • remove SUB_COMMAND Optional

    Remove a role from the giveaway blacklist

  • list SUB_COMMAND Optional

    List giveaway blacklisted roles

Examples
/gblacklist add role:@role
/gblacklist remove role:"text"
/gblacklist list

/gcreate

Create a new giveaway

Options
  • duration STRING Required

    Duration like 10m, 2h, or 3d

  • winners INTEGER Required

    Number of winners to draw

  • prize STRING Required

    Prize for the giveaway

  • channel CHANNEL Optional

    Channel where the giveaway will be posted

  • emoji STRING Optional

    Emoji to use for the giveaway button/reaction and result message

  • entry_mode STRING Optional

    How users enter the giveaway

  • template STRING Optional

    Saved giveaway template to use

  • count INTEGER Optional

    How many giveaways to create in sequence

  • delay_seconds INTEGER Optional

    Delay between batch giveaways in seconds

Examples
/gcreate duration:"text" winners:123 prize:"text" [channel:#channel] [emoji:"text"] [entry_mode:"text"] [template:"text"] [count:123] [delay_seconds:123]

/gduplicate

Duplicate an existing giveaway

Options
  • id STRING Required

    Message ID of the giveaway to duplicate

Examples
/gduplicate id:"text"

/gend

End a giveaway immediately

Options
  • message_id STRING Required

    Message ID of the giveaway

Examples
/gend message_id:"text"

/ginfo

Show giveaway information

Options
  • message_id STRING Required

    Message ID of the giveaway

Examples
/ginfo message_id:"text"

/greroll

Reroll winners for an ended giveaway

Options
  • message_id STRING Required

    Message ID of the giveaway

Examples
/greroll message_id:"text"

/gtemplate

Manage giveaway templates

Options
  • create SUB_COMMAND Optional

    Create a giveaway template

  • edit SUB_COMMAND Optional

    Edit a giveaway template

  • delete SUB_COMMAND Optional

    Delete a giveaway template

  • list SUB_COMMAND Optional

    List giveaway templates

  • variables SUB_COMMAND Optional

    List available giveaway template variables

  • set-default SUB_COMMAND Optional

    Set the server default giveaway template

  • reset SUB_COMMAND Optional

    Reset the server default giveaway template

Examples
/gtemplate create name:"text" [emoji:"text"]
/gtemplate edit name:"text" [emoji:"text"]
/gtemplate delete name:"text"
/gtemplate list
/gtemplate variables
/gtemplate set-default template:"text"
/gtemplate reset

Info

/avatar

View a user's avatar

Options
  • user USER Optional

    The user to view the avatar of

Examples
/avatar [user:@user]

/banner

View a user's banner

Cooldown: 5s
Options
  • user USER Optional

    The user to view the banner of

Examples
/banner [user:@user]

/channel

Manage channels

Cooldown: 3s
Options
  • info SUB_COMMAND Optional

    Get information about a channel

  • create SUB_COMMAND Optional

    Create a new channel

  • delete SUB_COMMAND Optional

    Delete a channel

  • rename SUB_COMMAND Optional

    Rename a channel

  • clone SUB_COMMAND Optional

    Clone a channel

  • move SUB_COMMAND Optional

    Move a channel to a different position

  • nsfw SUB_COMMAND Optional

    Toggle NSFW on a channel

  • slowmode SUB_COMMAND Optional

    Set slowmode on a channel

  • lock SUB_COMMAND Optional

    Lock a channel — deny @everyone from sending messages

  • unlock SUB_COMMAND Optional

    Unlock a channel — restore @everyone send messages

  • viewlock SUB_COMMAND Optional

    Hide a channel from @everyone

  • setperm SUB_COMMAND Optional

    Set a permission for a role or user in a channel

  • sync SUB_COMMAND Optional

    Sync channel permissions with its parent category

  • resetperm SUB_COMMAND Optional

    Remove all permission overwrites for a role or user

Examples
/channel info [target:#channel]
/channel create type:"text" name:"text" [category:#channel] [topic:"text"]
/channel delete [target:#channel]
/channel rename name:"text" [target:#channel]
/channel clone [target:#channel]
/channel move position:123 [target:#channel] [category:#channel]
/channel nsfw enabled:true [target:#channel]
/channel slowmode seconds:123 [target:#channel]
/channel lock [target:#channel]
/channel unlock [target:#channel]
/channel viewlock [target:#channel]
/channel setperm permission:"text" action:"text" [role:@role] [user:@user] [target:#channel]
/channel sync [target:#channel]
/channel resetperm [role:@role] [user:@user] [target:#channel]

/membercount

Get the member count of the server

Cooldown: 10s
Options

No options.

Examples
/membercount

/role

Manage or get information about roles

Cooldown: 5s
Options
  • info SUB_COMMAND Optional

    Get information about a role

  • add SUB_COMMAND Optional

    Add a role to a user

  • temprole SUB_COMMAND_GROUP Optional

    Manage temporary roles

  • remove SUB_COMMAND Optional

    Remove a role from a user

  • list SUB_COMMAND Optional

    List all roles in this server

Examples
/role info target:@role
/role add user:@user role:@role
/role temprole add user:@user role:@role duration:"text"
/role temprole remove user:@user role:@role
/role temprole extend user:@user role:@role duration:"text"
/role temprole list [user:@user]
/role temprole info user:@user role:@role
/role remove user:@user role:@role
/role list

/server

Get information about the server

Cooldown: 10s
Options
  • info SUB_COMMAND Optional

    Get general information about the server

  • premium SUB_COMMAND Optional

    Check the bot premium subscription status of this server

Examples
/server info
/server premium

/user

Get information about a user

Cooldown: 5s
Options
  • target USER Optional

    The user to get information about

Examples
/user [target:@user]

moderation

/ban

Ban a member from the server

Options
  • user USER Required

    The member to ban

  • reason STRING Optional

    Reason for the ban

Examples
/ban user:@user [reason:"text"]

/kick

Kick a member from the server

Options
  • user USER Required

    The member to kick

  • reason STRING Optional

    Reason for the kick

Examples
/kick user:@user [reason:"text"]

/timeout

Timeout a member

Options
  • user USER Required

    The member to timeout

  • duration STRING Required

    Duration (e.g. 10s, 5m, 1h, 7d). Max 28 days.

  • reason STRING Optional

    Reason for the timeout

Examples
/timeout user:@user duration:"text" [reason:"text"]

Settings

/ticket

Quản lý ticket

Options
  • close SUB_COMMAND Optional

    Đóng ticket

  • add SUB_COMMAND Optional

    Thêm người dùng vào ticket hiện tại

  • remove SUB_COMMAND Optional

    Xóa người dùng khỏi ticket hiện tại

  • claim SUB_COMMAND Optional

    Nhận ticket hiện tại (chỉ dành cho staff)

  • rename SUB_COMMAND Optional

    Đổi tên kênh ticket hiện tại

Examples
/ticket close [channel:"text"]
/ticket add user:@user
/ticket remove user:@user
/ticket claim
/ticket rename name:"text"

Social

/blush

Show blushing

Cooldown: 3s
Options

No options.

Examples
/blush

/bonk

Bonk someone

Cooldown: 3s
Options
  • target USER Required

    The user to bonk

Examples
/bonk target:@user

/confused

Express confusion

Cooldown: 3s
Options

No options.

Examples
/confused

/cry

cry

Cooldown: 3s
Options

No options.

Examples
/cry

/cuddle

Cuddle someone

Cooldown: 3s
Options
  • target USER Required

    The user to cuddle

Examples
/cuddle target:@user

/happy

happy

Cooldown: 3s
Options

No options.

Examples
/happy

/highfive

Give a high five

Cooldown: 3s
Options
  • target USER Required

    The user to high five

Examples
/highfive target:@user

/hug

Give someone a warm hug

Cooldown: 3s
Options
  • target USER Required

    The user to hug

Examples
/hug target:@user

/kiss

Give someone a sweet kiss

Cooldown: 3s
Options
  • target USER Required

    The user to kiss

Examples
/kiss target:@user

/lick

Lick someone

Cooldown: 3s
Options
  • target USER Required

    The user to lick

Examples
/lick target:@user

/pat

Pat someone

Cooldown: 3s
Options
  • target USER Required

    The user to pat

Examples
/pat target:@user

/poke

Poke someone

Cooldown: 3s
Options
  • target USER Required

    The user to poke

Examples
/poke target:@user

/sad

Express sadness

Cooldown: 3s
Options

No options.

Examples
/sad

/slap

Give someone a playful slap

Cooldown: 3s
Options
  • target USER Required

    The user to slap

Examples
/slap target:@user

/smile

Smile

Cooldown: 3s
Options

No options.

Examples
/smile

/think

Express thinking

Cooldown: 3s
Options

No options.

Examples
/think

/wink

Give a wink

Cooldown: 3s
Options

No options.

Examples
/wink

Utility

/bug

Report a bug or incident

Cooldown: 30s
Options

No options.

Examples
/bug

/feedback

Send feedback or a suggestion

Cooldown: 30s
Options

No options.

Examples
/feedback

/help

List all commands or get help for a specific command

Options
  • command STRING Optional

    The command to get help for

Examples
/help [command:"text"]

/language

Set the bot language for this server

Options
  • language STRING Required

    Language to use for this server

Examples
/language language:"text"

/ping

Check bot latency

Cooldown: 5s
Options

No options.

Examples
/ping

/steal

Steal emojis from another server

Cooldown: 10s
Options
  • emoji STRING Required

    The emojis to steal (up to 25)

  • name STRING Optional

    Name for the new emoji (optional, +1 +2 for multiple)

Examples
/steal emoji:"text" [name:"text"]

/timestamp

Generate a Discord <t:> timestamp

Cooldown: 3s
Options
  • date STRING Required

    Date (YYYY-MM-DD, epoch seconds, or natural language)

  • time STRING Optional

    Time (HH:MM, defaults to 00:00)

  • style STRING Optional

    Timestamp style (default: F)

Examples
/timestamp date:"text" [time:"text"] [style:"text"]

/translate

Translate text using AI

Cooldown: 5s
Options
  • text STRING Required

    Text to translate

  • source STRING Optional

    Source language

  • target STRING Optional

    Target language

Examples
/translate text:"text" [source:"text"] [target:"text"]