Learn how to customize your buybot display.

In this article you will learn how to completely redesign they layout of your buybot messages! You can choose from one of the default options (Default, Minimal, Verbose), but if you choose custom, you will be asked to input your template. Here we will help you understand the components of the message so you can place stats however you want.

First thing's first. You will want to choose an emoji set. For now there are three options:

  1. EMOJI_THEME_DEFAULT
  2. EMOJI_THEME_BASIC
  3. EMOJI_THEME_NONE

This is a directive that will go at the top of your template. See the examples below

Before we continue, study the default templates provided to you through the buybot menu.


Default Template

#EMOJI_THEME_DEFAULT
{rank} {buy_title}
{emojis}

{swap_value_usd}
{swap_tokens}  
{buy_fish} {holder_link} | {tx_link}  
{holder_position}  
————————————  
{market_cap}  
{price}  
{liquidity}  
{holder_count}

{chart_link} {buy_link} {trending_link}


Minimal Template

#EMOJI_THEME_NONE
{buy_title}{emojis}

{swap_value_usd}  
{swap_tokens}  
{buy_fish} {holder_link} | {tx_link}  
{holder_position}  
{market_cap} | {chart_link}  
{trending_link}

{socials_row}


Verbose Template

#EMOJI_THEME_BASIC
{rank} {buy_title}
{emojis}

{swap_value_usd}
{swap_tokens}  
{buy_fish} {holder_link} | {tx_link}  
{holder_position}  
————————————  
{market_cap}  
{price}  
{liquidity}  
{holder_count}  
{swap_count}  
{pool_count}  
{volume}

{socials_row}

{chart_link} {buy_link} {trending_link


As you can see we have a set of properties that you can place anywhere in your message.

Test Template 1

#EMOJI_THEME_DEFAULT
SOMEONE JUST BOUGHT! WOOHOO!
{website_link}

View the chart!
{chart_link}

{swap_value_usd}  
{swap_tokens}  
{buy_fish} {holder_link} | {tx_link}  
{holder_position}  

Check out our token stats!
{market_cap}  
{price}  
{liquidity}  
{holder_count}

{trending_link}

{emojis}

Test Template 2

#EMOJI_THEME_NONE
【NEW BUY】
🙂{swap_value_usd}  
🙂{swap_tokens}  
🙂{holder_link} | {tx_link}  
🙂{holder_position}  
【STATS】
🙂{market_cap}  
🙂{price}  
🙂{holder_count}
【SOCIALS】
🙂{socials_row}

{emojis}

{trending_link}

As you can see your layouts are highly customizable. In this test, we choose EMOJI_THEME_NONE and use our own emojis!

Test Template 3

There is even support for inline html tags. Try it out!

#EMOJI_THEME_DEFAULT
{buy_title}

{emojis}

{swap_value_usd}
{market_cap}
<a href="https://google.com">{price}</a>


If you need assistance, please reach out at https://t.me/CoinRankerSupport