{"id":51306895,"url":"https://github.com/vwinck-dev/project-chimera","last_synced_at":"2026-07-01T00:31:24.044Z","repository":{"id":323513685,"uuid":"1093525249","full_name":"vwinck-dev/project-chimera","owner":"vwinck-dev","description":"Chimera is an open-source, all-in-one Discord bot built for power and flexibility. Inspired by the mythical hybrid beast, Chimera merges multiple modules — moderation, music, automation, and more — into a single intelligent system.","archived":false,"fork":false,"pushed_at":"2025-11-10T14:47:08.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-10T16:24:11.606Z","etag":null,"topics":["chimera","discord-bot","discord-js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vwinck-dev.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-10T13:45:27.000Z","updated_at":"2025-11-10T14:46:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vwinck-dev/project-chimera","commit_stats":null,"previous_names":["vwinck-dev/project-chimera"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vwinck-dev/project-chimera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwinck-dev%2Fproject-chimera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwinck-dev%2Fproject-chimera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwinck-dev%2Fproject-chimera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwinck-dev%2Fproject-chimera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwinck-dev","download_url":"https://codeload.github.com/vwinck-dev/project-chimera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwinck-dev%2Fproject-chimera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34988712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["chimera","discord-bot","discord-js"],"created_at":"2026-07-01T00:31:23.308Z","updated_at":"2026-07-01T00:31:24.032Z","avatar_url":"https://github.com/vwinck-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *WIP* - THIS PROJECT IS A WORK IN PROGRESS - *WIP*\n\nA Discord bot developed with [Node.js](https://nodejs.org/) and [discord.js](https://discord.js.org/).  \nCurrently in early development — no defined purpose yet.\n\n---\n\n## Technologies\n- [Node.js](https://nodejs.org/)\n- [discord.js](https://discord.js.org/)\n- [dotenv](https://www.npmjs.com/package/dotenv)\n\n---\n\n\n## Setup\n\n### 1. Clone the repository\n```bash\ngit clone git@github.com:vwinck-dev/discord-bot.git\ncd discord-bot\n````\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Configure `.env`\n\nCreate a `.env` file in the root based on `.env.example`:\n\n```env\nDISCORD_TOKEN=your_token_here\nCLIENT_ID=your_client_id_here\nGUILD_ID=your_guild_id_here\n```\n\n\u003e **Important:**\n\u003e Never share your `DISCORD_TOKEN`.\n\u003e If it leaks, regenerate it immediately at the [Discord Developer Portal](https://discord.com/developers/applications).\n\n---\n\n## Running the Bot\n\n```bash\nnpm start\n```\n\nIf everything is correct, you should see:\n\n```\nBot connected as MyBot#1234\n```\n\n\n---\n\n## Contributing\n\nContributions are always welcome! To keep the project organized, please follow these steps:\n\n1. Fork the project.\n2. Clone your fork and create a branch from `develop` for your feature:\n\n   ```bash\n   git checkout develop\n   git pull origin develop\n   git checkout -b feature/your-feature\n   ```\n3. Make your changes and commit them:\n\n   ```bash\n   git add .\n   git commit -m \"feat: add new feature\"\n   ```\n4. **Rebase your branch onto the latest `develop`** before pushing:\n\n   ```bash\n   git fetch origin\n   git rebase origin/develop\n   ```\n5. Push your branch to your fork:\n\n   ```bash\n   git push origin feature/your-feature\n   ```\n6. Open a Pull Request **from your branch to the main project's `develop` branch**.\n\n\u003e Always rebase your branch onto the latest `develop` to keep the history clean and avoid conflicts.\n\n---\n\n## License\n\n\nThis project is licensed under the [MIT License](LICENSE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwinck-dev%2Fproject-chimera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwinck-dev%2Fproject-chimera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwinck-dev%2Fproject-chimera/lists"}