variables - placeholders & functions

  • ou can escape a placeholder via a backslash \ before your placeholder. this way, the placeholder will not replace (e.g. \{user}).

Placeholder list

placeholder will helps you to customize our discord bot based on your Discord Server needs. eg :- welcome, leave, level message & much more like (autoresponder, embeds) etc..

user / author information

variables
example
description

{user_name}

leno

the user's username

{user_mention}

@leno

the user's @mention

{user_tag}

leno#7650

the user's username and tag tags have been deprecated by Discord

{user_discrim}

0

the user's discriminator (the numbers after your username) tags have been deprecated by Discord

{user_nick}

leno cute

the member's nickname in the server, if applicable

{user_join}

Wed, Sep 21, 2019 2:32 PM

the date of when the member joined the server

{user_created}

Wed, Sep 10, 2018 5:32 PM

the date of when the user joined discord

server general information

variables
example
description

{server_name}

leno support

the server's name

{server_id}

1298533911869128725

the server's id

{server_membercount}

1245

the server's member count

{server_membercount_ordinal}

2356th

the ordinal number of the member count

misc

variable
example
description

{newline}

text line one

text line two

adds a new line. note: this only works with /embed edit and /autoresponder add/edit reply commands due to discord's limitation on new lines within slash commands.

{emojiname:xyz}

🚕

now using this you can use multiple emotes you can use in embed this include gif emotes too

{currency}

🍪

server specific currency

{amount}

500

putting the average amount for max and mini

{level}

Level 1

to display the user level this will works only on level messages.

Last updated