Discord bot that turns your steam links in your messages into deep links to steam! Works on both Windows and macOS
- Clone this repository:
git clone https://github.com/MikeBruns/discord-steam-link.git
then navigate to the new folder nameddiscord-steam-link
- Install dependencies with
npm i
- Create a
.env
file at the root of the project with the template from.env.example
- In the
.env
file replace<DISCORD_TOKEN>
with your token provided by discord on the applications dashboard. - Start the bot with
npm run start
- Add the bot to the server of your choice by filling out the details in this handy application and clicking the generated link.
share a link like https://steamcommunity.com/sharedfiles/filedetails/?id=2842010892&searchtext=
in discord. You should get a message from the bot with a a link that will open the previous link in the steam app rather than in the browser.
Run the bot using the given pm2
npm scripts to manage starting and restarting the application. You will have to leave your computer on for the bot to be active. Other option would be to host a server to not run your computer all the time.
npm run dev