{"id":17696616,"url":"https://github.com/minagishl/discord-bot-typescript-template","last_synced_at":"2026-02-07T11:32:47.409Z","repository":{"id":235506700,"uuid":"790831081","full_name":"minagishl/discord-bot-typescript-template","owner":"minagishl","description":"This is a Discord Bot template created in TypeScript, the key is that it is easy to manage!","archived":false,"fork":false,"pushed_at":"2025-01-14T21:16:18.000Z","size":419,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T22:44:52.354Z","etag":null,"topics":["discord","discord-bot","discord-bot-template","discord-bot-template-ts","discord-js","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/minagishl.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,"zenodo":null},"funding":{"custom":"https://minagishl.com/amazon-wishlist"}},"created_at":"2024-04-23T15:57:14.000Z","updated_at":"2025-01-14T21:16:21.000Z","dependencies_parsed_at":"2024-08-06T10:33:42.252Z","dependency_job_id":"b007efd3-e12e-4ed0-850c-095f7906d327","html_url":"https://github.com/minagishl/discord-bot-typescript-template","commit_stats":null,"previous_names":["minagishl/discord-bot-typescript-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/minagishl/discord-bot-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minagishl%2Fdiscord-bot-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minagishl%2Fdiscord-bot-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minagishl%2Fdiscord-bot-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minagishl%2Fdiscord-bot-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minagishl","download_url":"https://codeload.github.com/minagishl/discord-bot-typescript-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minagishl%2Fdiscord-bot-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":["discord","discord-bot","discord-bot-template","discord-bot-template-ts","discord-js","typescript"],"created_at":"2024-10-24T14:44:50.374Z","updated_at":"2026-02-07T11:32:47.386Z","avatar_url":"https://github.com/minagishl.png","language":"TypeScript","funding_links":["https://minagishl.com/amazon-wishlist"],"categories":[],"sub_categories":[],"readme":"# Discord Bot TypeScript Template\n\nThis repository provides a template for creating a Discord bot using TypeScript. It is designed to be easy to manage and extend.\n\n## Features\n\n- **TypeScript**: Strongly typed language for building robust applications.\n- **Biome**: Code formatter that works at high speed\n- **Vitest**: Testing framework for ensuring code quality.\n- **Docker**: Containerization for easy deployment.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- Yarn\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/minagishl/discord-bot-typescript-template.git\n   cd discord-bot-typescript-template\n   ```\n\n2. Install dependencies:\n   ```sh\n   yarn install\n   ```\n\n### Usage\n\n1. Create a `.env` file in the root directory and add your Discord bot token:\n\n   ```env\n   DISCORD_TOKEN=your-token-here\n   ```\n\n2. Start the bot:\n   ```sh\n   yarn start\n   ```\n\n## Scripts\n\n- `yarn start`: Starts the bot.\n- `yarn lint`: Lints the code.\n- `yarn format`: Formats the code.\n- `yarn test`: Runs tests.\n\n## Project Structure\n\n- `src/`: Source code of the bot.\n- `scripts/`: Scripts for managing the project.\n- `tests/`: Unit and integration tests.\n\n## Contributing\n\n1. Fork the repository.\n2. Create your feature branch:\n   ```sh\n   git checkout -b feature/your-feature\n   ```\n3. Commit your changes:\n   ```sh\n   git commit -m 'Add some feature'\n   ```\n4. Push to the branch:\n   ```sh\n   git push origin feature/your-feature\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n\n## Acknowledgments\n\n- Inspired by the community and contributors of TypeScript and Discord.js.\n\n---\n\nFor more information, visit the [repository](https://github.com/minagishl/discord-bot-typescript-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminagishl%2Fdiscord-bot-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminagishl%2Fdiscord-bot-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminagishl%2Fdiscord-bot-typescript-template/lists"}