Discord bot for accessing steam using steamapi
- Display Steam profiles
- Resole SteamID
- Showcase Steam profiles with screenshots
- Display internal Steam game stats for a given user
- Display Steam bans for a user
- Display current players for a Steam game
- Display Steam game's store page in a chat-friendly format
You need to do this, otherwise you won't have an option to interact with your instance
node firstrun.js guild <type in the id of your guild>
node firstrun.js global
- Remember to check .env!
npm i
node main.js
(If you can, screen is recommended)
Something has gone wrong! Error: Failed to launch the browser process! spawn /usr/bin/chromium-browser ENOENT
This is usually caused on linux distros (like archlinux) that have different naming of chromium than puppeteer expects.
Easy fix is to uncomment PUPPETEER_EXECUTABLE_PATH
in .env and change it to PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
or different path of your installed browser.