📎Configuring in discord

In this section you will learn how to add different features using discord commands.

Lets get started

The fastest way to get started is through configuring the desired features using their respective commands, throughout the next pages you will learn how to add and configure them in your server

Slash Commands

Discord uses what is called Slash commands to interact with bots, and we leverage those to setup all the functionalities our bot offers. Sometimes those commands require or have optional parameters, in order to better explain our commands we will always explain the commands with the command name and table explaining what each parameter that command might have, see example below:

Command: /add-floor-volume-tracker

Parameters:

ParametersDescriptionRequired

floor

Yes or No option to track floor prices

yes

volume

Yes or No option to track collection volume

yes

total-listed

Yes or No option to track amount of listed nfts

yes

Last updated