{"id":31920351,"url":"https://github.com/3urobeat/steam-comment-bot-discord-plugin","last_synced_at":"2025-10-13T21:58:57.475Z","repository":{"id":178893776,"uuid":"662529039","full_name":"3urobeat/steam-comment-bot-discord-plugin","owner":"3urobeat","description":"🔌 Official Discord Bot plugin for the steam-comment-service-bot ","archived":false,"fork":false,"pushed_at":"2024-10-13T10:04:14.000Z","size":98,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-24T16:49:40.210Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","nodejs","steam","steambot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3urobeat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-05T10:26:16.000Z","updated_at":"2024-10-21T10:54:03.000Z","dependencies_parsed_at":"2025-02-17T19:34:40.716Z","dependency_job_id":"f89c9b18-ffff-4c0d-b0f3-e6b7f2a4f3d4","html_url":"https://github.com/3urobeat/steam-comment-bot-discord-plugin","commit_stats":null,"previous_names":["3urobeat/steam-comment-bot-discord-plugin"],"tags_count":5,"template":false,"template_full_name":"3urobeat/steam-comment-bot-template-plugin","purl":"pkg:github/3urobeat/steam-comment-bot-discord-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3urobeat%2Fsteam-comment-bot-discord-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3urobeat%2Fsteam-comment-bot-discord-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3urobeat%2Fsteam-comment-bot-discord-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3urobeat%2Fsteam-comment-bot-discord-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3urobeat","download_url":"https://codeload.github.com/3urobeat/steam-comment-bot-discord-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3urobeat%2Fsteam-comment-bot-discord-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017012,"owners_count":26085952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discord-bot","discord-js","nodejs","steam","steambot"],"created_at":"2025-10-13T21:58:41.156Z","updated_at":"2025-10-13T21:58:57.468Z","avatar_url":"https://github.com/3urobeat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# steam-comment-bot-discord-plugin\nDiscord plugin for the [steam-comment-service-bot](https://github.com/3urobeat/steam-comment-service-bot).\n\nThis plugin adds support for executing bot commands \u0026 receiving responses through Discord.\n\nSetting it up is very simple, you just need to provide a Discord Bot token and invite the corresponding Bot to your server. It is explained below:\n\n\u0026nbsp;\n\n## Setup\nThe plugin is installed in your `steam-comment-service-bot` installation by default.  \nPlease make sure you have the latest version of the Bot installed!  \n\n\u003e **Note:** Make sure to have at least node.js v16.11 installed, as it is required by discord.js\n\nTo enable the plugin, make sure you have started the bot at least once.  \nThen, open the `plugin` folder, as well as the `steam-comment-bot-discord-plugin` folder inside.  \n\nUse a text editor to open the `config.json` file inside.  \nChange the value for `enabled` from `false` to `true`.  \nCreate a Discord Bot in your [Discord Developer Dashboard](https://discord.com/developers/applications), copy its token and put it into the quotation marks of `token`.  \n\nShould you want to give a Discord user owner rights (for example yourself), copy their Discord user ID and put it, with quotation marks, into the `owners` array. Separate mutliple IDs with a comma.  \nExample: `\"owners\": [\"123\", \"456\", \"789\"],`  \n\n\u003e [!NOTE]\n\u003e Specifying an owner is required for requesting comments etc. as only owners are allowed to specify IDs.  \n\u003e You are always forced to specify an ID when requesting from outside the Steam Chat.\n\nSave the file and start the bot. \n\n\u0026nbsp;\n\n## Inviting a Discord Bot\nTo invite your Discord Bot, copy its ID (you can find it in the General Information tab inside the Developer Dashboard) and paste it into this link (where it says REPLACE_WITH_BOT_ID):  \n`https://discord.com/oauth2/authorize?client_id=REPLACE_WITH_BOT_ID\u0026scope=bot\u0026permissions=2214661184`\n\nThe 2214661184 permissions allow the bot to read \u0026 write messages, add reactions and change its nickname.  \n\nOpen the link in your browser and follow the UI to add it to your server.\n\n\u0026nbsp;\n\n## Starting\nWhen starting the bot, you should see the plugin being loaded in the log.  \nAfter a few seconds your Discord Bot will appear online and you are able to execute its slash commands to interact with the Steam Bot.\n\nTry it out by requesting comments for example!\n\n\u003e **Note:** When requesting something for a Steam User (for example comments), you always need to provide an ID (or profile link or profile vanity). You cannot request comments for yourself without providing an ID like you can when requesting from the Steam Chat because the Discord plugin cannot know what your corresponding Steam profile is. I hope this is understandable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3urobeat%2Fsteam-comment-bot-discord-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3urobeat%2Fsteam-comment-bot-discord-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3urobeat%2Fsteam-comment-bot-discord-plugin/lists"}