npm install discord.js or npm install with my package.json
Please add your token in the root directory .env file. Simply create a file called 'options.env' then:
TOKEN=YOUR TOKEN HERE
When you have these dependencies installed simply run:
node bot.js
This bot uses the Trie data structure in javascript written by https://github.com/joshjung/trie-search/blob/master/README.md
Using JSON data I provide commands to search for specific keywords that then is displayed to the user.