A DiscordJS bot for storing and retrieving Nookazon links.
- Install Docker for your OS, and if you're on Linux install Docker Compose
- Clone the repo
- Edit the appropriate fields in the docker-compose.yml file (Note: DB_PASS and MYSQL_PASSWORD must be the same value)
- Run
docker-compose up
- 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- Setting your profile information:
!nook set https://nookazon.com/profile/1234567890
- Retriving a user's information:
!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"
- Setting your profile information:
!help
: display help for the specified command- e.g.
!help nookazon
will show the help text for the nookazon command
- e.g.