$ yarn start collections add --contract $CONTRACT_ADDR --name "my-awesome-nfts"
[...]
in pkg/collections/index.ts add your collection in CollectionList
new Collection("my-awesome-nfts"),
You can extends the Collection
class to add a custom algorithm, parsing methods, CmdSlashName ...
feel free to take a look at Toripunks for that
$ yarn start bot start --discord_token "xxxx.xxxxx.xxxx" --discord_client_id "424242424242"