Commands

Create a collection

Creates a new collection within your server.

If the collection is listed on a marketplace BitCheck supports please use the following command:

/add-role

If not use this command:

/create-collection-manually

Parameters

NameDescriptionRequired?

name

The name of the new collection.

Yes

role

The role that members will receive when they verify ownership of the ordinals in the collection.

Yes

inscriptions

This parameter takes a JSON file format, with each number representing the index of an ordinal in the collection.

Yes

Extra info

For example, if the new collection includes the ordinals with numbers "123", "456", and "789", the JSON file would look like this:

[123, 456, 789]
or with id
["d5f34cdcc4ac20c303dc2fef1858aafbae4657f28da2fb3ebade2cccde4172b9i0","36554cbac627a9b42a05d58e014286e63cf84aabf58c950b1cbd3224e30c6de9i0","009fbbbdbbefd023d3585da00686a1605b397d0f4f9c9950d188a79ccb340f5ci0"]

Create an embed

Creates a custom message embed that members can react to in order to start the verification process for a collection.

/setup-embed

Update a collection

Update an already existing collection within your server.

/update-collection

Last updated