{"id":24549346,"url":"https://github.com/itzrandom23/giveawaybot","last_synced_at":"2026-02-06T15:07:57.233Z","repository":{"id":264670574,"uuid":"893392344","full_name":"ItzRandom23/GiveawayBot","owner":"ItzRandom23","description":"A clone of the original GiveawayBot#2381 bot written in discord.js and mongoose.","archived":false,"fork":false,"pushed_at":"2025-07-28T17:31:39.000Z","size":66,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T19:24:02.797Z","etag":null,"topics":["discord-js","giveawaybot","open-source"],"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/ItzRandom23.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}},"created_at":"2024-11-24T10:26:27.000Z","updated_at":"2025-07-28T17:25:37.000Z","dependencies_parsed_at":"2025-03-22T17:27:41.875Z","dependency_job_id":"13adf9ce-aa36-4251-8be7-eb23bac74c60","html_url":"https://github.com/ItzRandom23/GiveawayBot","commit_stats":null,"previous_names":["itzrandom23/giveawaybot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ItzRandom23/GiveawayBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FGiveawayBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FGiveawayBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FGiveawayBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FGiveawayBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItzRandom23","download_url":"https://codeload.github.com/ItzRandom23/GiveawayBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FGiveawayBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278249326,"owners_count":25955834,"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-03T02:00:06.070Z","response_time":53,"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":["discord-js","giveawaybot","open-source"],"created_at":"2025-01-23T00:15:13.823Z","updated_at":"2025-10-04T00:31:28.243Z","avatar_url":"https://github.com/ItzRandom23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=200\u0026section=header\u0026text=GiveawayBot\u0026fontSize=80\u0026fontAlignY=35\u0026animation=twinkling\u0026fontColor=gradient\" alt=\"GiveawayBot Banner\"/\u003e\r\n\u003c/p\u003e\r\n\r\n# GiveawayBot\r\n\r\nA modern, easy-to-use Discord bot for hosting and managing giveaways, inspired by the original GiveawayBot#2381. Built with [discord.js](https://discord.js.org/) and [mongoose](https://mongoosejs.com/).\r\n\r\n---\r\n\r\n## Features\r\n\r\n- 🎉 Start, end, reroll, and delete giveaways with simple commands\r\n- 🏆 Interactive giveaway creation with modals\r\n- 🖌️ Customizable embed color and emoji\r\n- 📋 List all active giveaways with pagination\r\n- ⚡ Fast, scalable, and sharding-ready\r\n- 🛡️ Permission checks and robust error handling\r\n\r\n---\r\n\r\n## Installation\r\n\r\n### 1. Clone the repository\r\n\r\n```sh\r\ngit clone https://github.com/ItzRandom23/GiveawayBot.git\r\ncd GiveawayBot\r\n```\r\n\r\n### 2. Install dependencies\r\n\r\n```sh\r\nnpm install\r\n```\r\n\r\n### 3. Configure your settings\r\n\r\nEdit [`settings.js`](settings.js) and fill in your bot token, MongoDB connection string, and owner ID:\r\n\r\n```js\r\nmodule.exports = {\r\n  TOKEN: \"your-bot-token-here\",\r\n  MongoDB: \"your-mongodb-connection-string-here\",\r\n  dev: \"your-discord-user-id-here\",\r\n};\r\n```\r\n\r\n### 4. Start the bot\r\n\r\n```sh\r\nnpm start\r\n```\r\n\r\n---\r\n\r\n## Usage\r\n\r\nInvite your bot to your server using the OAuth2 link (replace `YOUR_CLIENT_ID`):\r\n\r\n```\r\nhttps://discord.com/oauth2/authorize?permissions=347200\u0026scope=bot+applications.commands\u0026client_id=YOUR_CLIENT_ID\r\n```\r\n\r\nUse `/help` in your server to see all available commands.\r\n\r\n---\r\n\r\n## Commands\r\n\r\n- `/start` — Start a giveaway\r\n- `/create` — Interactive giveaway creation\r\n- `/end` — End an active giveaway\r\n- `/delete` — Delete a giveaway\r\n- `/reroll` — Reroll winners\r\n- `/list` — List active giveaways\r\n- `/settings` — Show current settings\r\n- `/setcolor` — Set embed color\r\n- `/setemoji` — Set giveaway emoji\r\n- `/about`, `/ping`, `/invite`, `/help` — Info \u0026 utility\r\n\r\n---\r\n\r\n## Support \u0026 Contributing\r\n\r\n- [Source Code](https://github.com/ItzRandom23/GiveawayBot)\r\n- [Support Server](https://discord.gg/6jP4G5kdUc)\r\n\r\nFeel free to open issues or pull requests!\r\n\r\n---\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzrandom23%2Fgiveawaybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzrandom23%2Fgiveawaybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzrandom23%2Fgiveawaybot/lists"}