Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.02 KB

Bishop - NFT Discord Bot

This is a Discord bot for ERC721 NFT collections.

It utilizes modern Discord Slash Commands.

All of the token metadata is retrieved directly from the tokenURI in the smart contract.

Bishop from Aliens

Inspired by: https://github.com/lucid-eleven/nft-discord-bot

Supported functions

The following functions are currently supported:

User Commands

/TOKEN_COMMAND [tokenId]

Retrieves the NFT based on the supplied tokenId, returns an embed message as follows.

Build instructions

Bishop uses Govips which is a wrapper for the libvips image processing library. Refer to that repo for build instructions.

There isn't a native Go SVG library which properly handles SVG processing (trust me, I've attempted to use some).