A simple public Discord bot to be notified when a new Nyano Cat (Nano 'NFT') is sold, transferred, listed or offered on at Nanswap!
You can also use it in your own server and keep track of all Nyano trades by inviting the bot via it's invite link below.
OFFICIAL DOCUMENTATION:
You can now view our official documentation at https://docs.armour.dev/discord-bots/nyano-bot
EASY INSTALLATION:
- Invite the bot to your server using https://nyanobot.armour.dev/invite
- Perform the
!setalerts
command using the Command Usage guide here - You can also use
!info <fileNumber>
in any channel to return information about a specific asset. - You can also use
!listed <username>
to show a user's listed assets. (Maximum 20) - You can also use
!top <amount> <username>
to show a user's rarest assets. (Maximum 20)
SELF INSTALLATION:
- Download the zip files using the green "Code" button above.
- Ensure you have installed all of the required dependencies listed in
package.json
. This bot runs on Node JS. - You do not need to build the project, this has already been done.
- Open the
config.template.json
and rename it toconfig.json
and configure it to your needs. - Rename the
data.template
folder todata
and leave it alone. - Create a bot token on Discord Developer Portal, give it the necessary permissions and invite it, make sure to put your token in
config.json
. - Open Terminal as Administrator in your directory and run
npm install
thennode .
to start the bot. - Follow the steps from Easy Installation, except Step 1.
READ OUR COMMAND USAGE DOCUMENTATION HERE
You can see the public bot in action in the Nyano Cats Discord server here: https://discord.gg/nyano You can also simply click the bot's profile and select "Add App" and you can add it to your server this way too!
If you're downloading and using the open source version, then you need to configure the config.template.json
and rename it to config.json
and also do the same with data.template
, rename it to data
for production.