Skip to main content

Overview

With Flipsuite, you can send both token and NFT tips directly in Discord through tipping commands. There are multiple ways to send tips which we’ll explain in detail down below.

Commands

/tip token

This command is used to send tips with one of the supported tokens to a single person, multiple people, roles, or active members.
recipients
string
required
Users and/or roles to tip. Start typing ”@” and select one or more users/roles, or type “active” if you want to tip active members.
token
string
required
One of the supported tokens you want to tip.
amount
string
required
Amount to tip. You can use ”%” and ”$” for relative amounts.
comment
string
Note that will be displayed in the tip notification.
anonymous
boolean
Whether you want to send the tip anonymously or not.
count
number
default:1
Number of consecutive tips to create.
delay
number
default:1
Delay (in minutes) between consecutive tips.

/tip nft

This command is used to send NFT from your /inventory to a single person.
recipient
user
required
User to tip.
chain
string
required
One of the supported chains.
nft
string
required
NFT to tip.
amount
number
default:1
Number of NFTs to tip (applicable only to ERC-1155 tokens).
comment
string
Note that will be displayed in the tip notification.
anonymous
boolean
Whether you want to send the tip anonymously or not.

Examples

Send token tip

To send a tip to a single person, simply mention them in the recipients command field and fill in the other command arguments.

Sending token tip to a single person

Result:

Token tip sent to a single person

Send NFT tip

To send an NFT tip to a single person, simply mention them in the recipient command field and fill in the other command arguments. NFTs you tip must be present in your /inventory.

Sending NFT tip to a single person

Result:

NFT tip sent to a single person

Result:

Repeated token tips sent to a role

To cancel a repeating tip, just execute the /cancel type:Tip command and select a repeating tip to cancel.

Cancelling a repeating tip

Send token tips to multiple people

To send tips to multiple people simultaneously, mention them in the recipients command field and fill in the other command arguments.
The amount you type in the amount command field will be split evenly between the recipients.

Sending token tip to multiple people

Result:

Token tip sent to multiple people

Send token tips to roles

To send tips to specific role, mention them in the recipients command field and fill in the other command arguments.
The amount you type in the amount command field will be split evenly between the recipients.
There’s a hard limit on how many people you can tip at once. If the roles you select result in more than 500 recipients, you will be asked to choose a less common role to tip.

Sending token tip to a role

Result:

Token tip sent to a role

Send token tips to active members

To send tips to active members, simply type active in the recipients command field and fill in the other command arguments. By default, Flipsuite checks who was active by looking at the messages sent in the last hour in the channel where the command is used. If you want to change this time frame, simply add the desired duration at the end of the recipients field. For example, to tip all active members in the last 6 hours, you would type “active 6 hours”.
The amount you type in the amount command field will be split evenly between the recipients.

Sending token tip to active members

Result:

Token tip sent to active members

Send repeating token tips

To send repeated tips, simply fill in the count and delay command fields. Tips sent this way will repeat in the interval set by the delay field. For example, to schedule a tip to be sent every 5 minutes for 3 consecutive times, you would enter count:3 and delay:5, as shown in the screenshot below.

Sending a repeated token tip to a role