Errors
In this page you will learn about the possible errors that might arise while using Dispay commands
If your command is missing any variables, trying to transfer an unsupported crypto, trying to send an amount that your bot doesn't have, or miss-inputting variables, Dispay will send an error message telling you what the error is.
Error messages look like this:
!dispayerror 1068091009956851723 Command Missformat
Let's break down the above message:
!dispayerror
Prefix used to let your bot know that this is an error message1068091009956851723
The ID of the command your bot sent that has an error in itCommand Missformat
The type of error that occured in your command
The error message is sent in the same channel where your bot sent the command.
Error Messages
Command Missformat
The command your bot sent was not structured correctly, E.X: Correct Structure: !dispay transferfrom @EAOE 0.1 ETH #general !subscribe premium @EAOE Command Missformat: !dispay transferfrom @EAOE 0.1 ETHInvalid Crypto
The crypto you are trying to transfer from the user, send, or check your bots balance of is not supported by the crypto, or your bot miswrote the symbol of the crypto.Invalid Amount
The amount you are trying to transfer from the user or send from the bot is less than zeroAmount Missformat
The amount your bot inputted is not in numerical formatMissing User
The command your bot is using is expecting a user to be mentioned in it but found noneMissing Notification Channel
Thetransferfrom
command your bot is using is missing the notification channel
Last updated