{"id":16622919,"url":"https://github.com/tobitenno/quickmute","last_synced_at":"2026-04-29T21:35:21.350Z","repository":{"id":186436809,"uuid":"113488481","full_name":"TobiTenno/QuickMute","owner":"TobiTenno","description":"A simple quick mute bot written in node.js","archived":false,"fork":false,"pushed_at":"2023-10-10T02:34:10.000Z","size":885,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T09:53:26.835Z","etag":null,"topics":["bot","discordjs","discordjsbot","nodejs","opensource"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TobiTenno.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":"2017-12-07T19:08:06.000Z","updated_at":"2023-04-20T13:52:04.000Z","dependencies_parsed_at":"2024-01-28T20:39:41.474Z","dependency_job_id":null,"html_url":"https://github.com/TobiTenno/QuickMute","commit_stats":{"total_commits":92,"total_committers":6,"mean_commits":"15.333333333333334","dds":"0.19565217391304346","last_synced_commit":"5db760d449bf50eb2dafab1f4b475262296c9a1a"},"previous_names":["tobitenno/quickmute"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TobiTenno/QuickMute","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobiTenno%2FQuickMute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobiTenno%2FQuickMute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobiTenno%2FQuickMute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobiTenno%2FQuickMute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TobiTenno","download_url":"https://codeload.github.com/TobiTenno/QuickMute/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobiTenno%2FQuickMute/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","discordjs","discordjsbot","nodejs","opensource"],"created_at":"2024-10-12T03:04:14.005Z","updated_at":"2026-04-29T21:35:21.334Z","avatar_url":"https://github.com/TobiTenno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickMute\nA simple quick mute bot written in node.js\n\n![QuickMute](https://raw.githubusercontent.com/TobiTenno/QuickMute/master/images/logotype_color.png \"QuickMute is a handy bot\")\n\n## Deploy your own\n\nIn the interest of making this easier for you, I've set up an app.json and heroku deploy button (below).\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/tobitenno/quickmute)\n\n\n## Getting Started\n1. Install node.js version 8 or higher, I prefer the LTS release.\n2. Clone this repo (`git clone https://github.com/TobiTenno/QuickMute.git`)\n3. Navigate to the new directory (`cd QuickMute`)\n4. Install dependencies (`npm i`)\n5. Use pm2 or your choice of process managers to set environment variables.\n\nExample:\n```json\n{\n  \"apps\": [\n    {\n      \"name\": \"quickmute\",\n      \"script\": \"index.js\",\n      \"exec_interpreter\" : \"node\",\n      \"watch\"            : [\"pm2.json\"],\n      \"log_date_format\"  : \"YYYY-MM-DD HH:mm Z\",\n      \"env\": {\n      \t\"TOKEN\": \"\u003cdiscord bot token\u003e\",\n        \"PREFIX\": \"!\",\n        \"OP_ROLE\": \"\u003cdiscord moderator role id\u003e\",\n        \"LOG_CHANNEL\": \"\u003clog channel id, bot must have access\u003e\",\n        \"GUILD_ID\": \"\u003cdiscord server/guild id\u003e\"\n      }\n    }\n  ]\n}\n```\n6. (Optional) Start bot with pm2 (`pm2 start pm2.json`).\n7. (Optional) Fork and deploy to heroku (Procfile included)\n\n## Contributing\nIf you find bugs, let me know, make an issue, and if you know the fix, submit a PR. All for the betterment of all of us!\n\n## Future Features\nProbably not many. I built this to be pretty simple and straightforward.\nI might make the image ones dynamic and pull from Environment vars so you don't have to modify any source to use this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitenno%2Fquickmute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobitenno%2Fquickmute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitenno%2Fquickmute/lists"}