A DiscordJS bot for sharing Nookazon profiles
A DiscordJS bot for storing and retrieving Nookazon links.
1) Install Docker for your OS, and if you’re on Linux install Docker Compose
2) Clone the repo
3) Edit the appropriate fields in the docker-compose.yml file (Note: DB_PASS and MYSQL_PASSWORD must be the same value)
4) Run docker-compose up
5) All done!
On the first run Docker will create persistent data volumes for the database storage, these will not be destroyed unless you explicitly do so using docker-compose down -v
.
The bot only has 2 commands:
!nookazon
or !nook
: set and retrieve Nookazon profile information!nook set https://nookazon.com/profile/1234567890
!nook DiscordUsername
Note: If a user’s username has spaces in it, wrap their username in double quotes, e.g.
Nookazon information for Mac:
Wishlist: https://nookazon.com/profile/1234567890/wishlist
Catalog: https://nookazon.com/profile/1234567890/catalog
!nook "Discord Username"
!help
: display help for the specified command!help nookazon
will show the help text for the nookazon command