alexjdesio / Skyblock-Auctions-Analyzer-Discord-Bot

Skyblock Auctions Analyzer is a lightweight Discord Bot for parsing Auction House JSON data.
10 stars 2 forks source link

do "npm i" and create 2 files in the bot directory #8

Closed T3rminator64 closed 3 years ago

T3rminator64 commented 3 years ago

do "npm i" and create 2 files in the bot directory

"auth.json" with the following content { "token" : "insert your discord bot token here" } and "key.json" with this { "api_key" : "your hypixel api key" }

then do "node bot.js"

Originally posted by @zemlyak in https://github.com/alexjdesio/Skyblock-Auctions-Analyzer-Discord-Bot/issues/6#issuecomment-803267913

After doing this, when i run the bot, it say:

internal/modules/cjs/loader.js:968 throw err; ^

Error: Cannot find module 'discord.io'

alexjdesio commented 3 years ago

Please download the most recent version of the bot from the main branch and let me know if this issue persists. In addition, I updated the README today to include a guide on getting started.