{"id":36446093,"url":"https://github.com/nestjs-discord/utility-bot","last_synced_at":"2026-01-11T22:44:38.086Z","repository":{"id":157747940,"uuid":"632690410","full_name":"nestjs-discord/utility-bot","owner":"nestjs-discord","description":"A Discord bot designed for the official NestJS server. 🤖","archived":false,"fork":false,"pushed_at":"2025-05-23T17:58:10.000Z","size":565,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-23T18:44:08.375Z","etag":null,"topics":["bot","bots","discord","discord-bot","discordgo","docker","go","golang","nest","nestjs","node","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://discord.gg/nestjs","language":"Go","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/nestjs-discord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2023-04-25T23:49:35.000Z","updated_at":"2025-05-23T17:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"07f08af4-482b-4a11-9e40-f1016dfe1a30","html_url":"https://github.com/nestjs-discord/utility-bot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/nestjs-discord/utility-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestjs-discord%2Futility-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestjs-discord%2Futility-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestjs-discord%2Futility-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestjs-discord%2Futility-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nestjs-discord","download_url":"https://codeload.github.com/nestjs-discord/utility-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestjs-discord%2Futility-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","bots","discord","discord-bot","discordgo","docker","go","golang","nest","nestjs","node","nodejs","typescript"],"created_at":"2026-01-11T22:44:37.487Z","updated_at":"2026-01-11T22:44:38.077Z","avatar_url":"https://github.com/nestjs-discord.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\".github/logo.png?raw=true\" alt=\"Utility Bot\" height=\"250px\" /\u003e\u003c/p\u003e\n\n# Utility Bot\n\n[![tag](https://img.shields.io/github/tag/nestjs-discord/utility-bot.svg)](https://github.com/nestjs-discord/utility-bot/releases)\n[![build-and-test](https://github.com/nestjs-discord/utility-bot/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/nestjs-discord/utility-bot/actions/workflows/build-and-test.yaml)\n[![golangci-lint](https://github.com/nestjs-discord/utility-bot/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/nestjs-discord/utility-bot/actions/workflows/golangci-lint.yml)\n[![CodeFactor](https://www.codefactor.io/repository/github/nestjs-discord/utility-bot/badge/main)](https://www.codefactor.io/repository/github/nestjs-discord/utility-bot/overview/main)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nestjs-discord/utility-bot)](https://goreportcard.com/report/github.com/nestjs-discord/utility-bot)\n[![Discord](https://img.shields.io/discord/520622812742811698?logo=nestjs\u0026logoColor=%23e0234e\u0026label=Discord\u0026color=%235765F2)](\u003chttps://discord.gg/nestjs\u003e)\n\nCrafted with love for the official NestJS Discord server. :heart:\n\n# Goals\n\nThe primary objectives of this project are:\n\n1. Automate moderation actions.\n2. Enable members to respond to common scenarios using [application commands](\u003chttps://discord.com/developers/docs/interactions/application-commands\u003e).\n3. Provide tools to encourage engagement and collaboration.\n\n\u003e [!NOTE]\n\u003e This bot is custom-made for our server, and all features are subject to change based on our community's needs.\n\u003e We reserve the right to introduce breaking changes at any time.\n\n# Configuration\n\n```sh\ncp .env.example .env\n```\n\n# At a glance\n\n```sh\n# validates the configuration files (can be used by the contributors or in a CI/CD pipeline)\ngo run cmd/validate/main.go\n\n# prints out the server invite link\ngo run cmd/invite/main.go\n\n# launches the Discord bot\ngo run cmd/run/main.go\n\n# cleans the registered application commands\ngo run cmd/clean/main.go\n\n# generates the bot status texts (just for fun 🙂)\ncd cmd/status/\ngo run .\n```\n\n# Donations\n\nTBD.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestjs-discord%2Futility-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestjs-discord%2Futility-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestjs-discord%2Futility-bot/lists"}