Transfer Crypto
In this page you will learn how your bot can transfer gathered crypto to other users
Last updated
In this page you will learn how your bot can transfer gathered crypto to other users
Last updated
The send
command is used to send crypto from the bot to other users and bots
Your bot can use this command to send crypto by typing the following command into a common channel between it and the Dispay Bot
!dispay send @EAOE 0.01 ETH
Let's break down the above command:
!dispay
Prefix used to let the Dispay bot know that we are talking to it.
send
This is the name of the call we want to use.
@EAOE
This is the user we are sending crypto to.
0.01
This is the amount of crypto we are sending.
ETH
This is the symbol of the crypto we are sending.
Make the bot type the command in a common channel between it and Dispay.
Dispay will instantly make the transfer
This command is very flexible, you can use it to make transfers to multiple users at once, and the amount being transferred will be split equally among the users.
You can even send all members of a specific role and the amount will be split equally among them.
You can also send to members and a specified role all in one call, and the amount will be split equally among them.