{"id":31692191,"url":"https://github.com/discord-void-project/bot","last_synced_at":"2025-10-08T14:04:09.559Z","repository":{"id":316825502,"uuid":"1065004405","full_name":"discord-void-project/bot","owner":"discord-void-project","description":"Void Bot is an open-source Discord bot offering moderation tools, fun commands, and customizable features for your community ! :)","archived":false,"fork":false,"pushed_at":"2025-10-05T00:16:54.000Z","size":214,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T02:37:38.735Z","etag":null,"topics":["bot","discord","discord-js","discord-ts","lunaria","void","void-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/discord-void-project.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T22:39:51.000Z","updated_at":"2025-10-05T00:16:27.000Z","dependencies_parsed_at":"2025-10-05T02:23:42.026Z","dependency_job_id":null,"html_url":"https://github.com/discord-void-project/bot","commit_stats":null,"previous_names":["void-project-discord-bot/bot"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/discord-void-project/bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discord-void-project%2Fbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discord-void-project%2Fbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discord-void-project%2Fbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discord-void-project%2Fbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discord-void-project","download_url":"https://codeload.github.com/discord-void-project/bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discord-void-project%2Fbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956330,"owners_count":26075221,"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-08T02:00:06.501Z","response_time":56,"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-js","discord-ts","lunaria","void","void-bot"],"created_at":"2025-10-08T14:04:07.524Z","updated_at":"2025-10-08T14:04:09.553Z","avatar_url":"https://github.com/discord-void-project.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eVØID\u003c/h1\u003e\n    \u003ch6\u003e(I currently don't have a r.i.p logo)\u003c/h6\u003e\n\t\u003cp\u003e\n        \u003cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/discord-void-project/bot?include_prereleases\u0026sort=date\u0026display_name=tag\u0026style=flat\u0026label=version\u0026color=6886ff\"\u003e\n        \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/discord-void-project/bot?logo=github\"\u003e\n        \u003cimg alt=\"GitHub Release Date\" src=\"https://img.shields.io/github/release-date/discord-void-project/bot?logo=github\"\u003e\n\t\u003c/p\u003e\n\u003c/div\u003e\n\n## 👀 About\n🚀 **Void** is a modern, modular, and powerful Discord bot built with **TypeScript** and **Prisma** !\n\n## ✨ Features\n\n* 🎭 Automatic role assignment (server tags, special colors)\n* 💼 `work` command with random drops and bonuses\n* 📸 Auto-thread creation channels\n* ⚙️ Slash commands with advanced permission handling\n* 🔒 Blacklist system with per-server overrides\n\n## ⚙️ Prerequisites\n\nBefore installing the project, make sure you have:\n\n1. **Node.js** `\u003e=23.x` and **npm** or **pnpm** installed\n2. A **MySQL** database (or adjust `DATABASE_URL` to your database type)\n3. A **Discord Application** with a bot created:\n   * Go to [Discord Developer Portal](https://discord.com/developers/applications)\n   * Create a new **Application** → Add a **Bot**\n   * Copy your **Bot Token**\n   * Enable the required **Privileged Gateway Intents**:\n     * ✅ Presence Intent\n     * ✅ Server Members Intent\n     * ✅ Message Content Intent\n\n\n## 📦 Installation\n\n### 1. Clone the project\n\n```bash\ngit clone https://github.com/discord-void-project/bot.git\ncd bot\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Configure environment variables\n\nCreate a `.env` file based on `.env.example` and set your configuration:\n\n```env\nDISCORD_TOKEN=your_token_here\nDATABASE_URL=mysql://user:password@localhost:3306/void_dev\n```\n\n### 4. Generate Prisma client\n\n```bash\nnpx prisma generate\n```\n\n### 5. Start the bot\n\n```bash\npnpm dev\n```\n\n## 🗂️ Project Structure\n\n```\nsrc\n├─ client/              # Commands, Events, Managers, Bot instance..\n├─ database/            # Prisma schema and services\n├─ structures/          # Base classes (Command, Event, Logger..)\n├─ ui/                  # Discord UI (embeds, containers, presets..)\n├─ utils/               # Utility functions (string, math, date..)\n├─ helpers/             # Discord Helper, Extenders..\n```\n\n## 🔑 Commands\n\nDefault prefix: **`vdev!`**\n\n### Example:\n* `vdev!authority check \u003cuser\u003e` → Check if a user is blacklisted\n* `v!work` or `/eco work` → Run an activity to earn rewards\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a new branch (`@feature/my-feature`)\n3. Commit your changes (`git commit -m \"Add my feature\"`)\n4. Push your branch (`git push origin @feature/my-feature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the [GPL-3.0 License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscord-void-project%2Fbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscord-void-project%2Fbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscord-void-project%2Fbot/lists"}