{"id":14983235,"url":"https://github.com/zerodiscord/giveaway","last_synced_at":"2026-01-22T05:34:25.104Z","repository":{"id":43824934,"uuid":"354800752","full_name":"ZeroDiscord/Giveaway","owner":"ZeroDiscord","description":"Easy To Use Giveaway Bot For Discord Written In Discord.js v14. Ft. Slash Commands \u0026 Select Menus. Make Giveaways and seamlessly enjoy giveaways on your discord server with advanced features such as role and server requirements! ","archived":false,"fork":false,"pushed_at":"2023-03-12T13:17:59.000Z","size":91,"stargazers_count":148,"open_issues_count":2,"forks_count":132,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-16T20:19:26.962Z","etag":null,"topics":["bot","discord","discord-bot","discord-giveaway-bot","discord-giveaways","discord-js","discord-js-bot","giveaway","giveaway-bots","giveawaybot","giveaways","glitch","replit","server-requirements"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroDiscord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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}},"created_at":"2021-04-05T10:43:55.000Z","updated_at":"2025-02-01T10:50:56.000Z","dependencies_parsed_at":"2024-09-28T08:41:23.336Z","dependency_job_id":null,"html_url":"https://github.com/ZeroDiscord/Giveaway","commit_stats":{"total_commits":39,"total_committers":4,"mean_commits":9.75,"dds":0.3846153846153846,"last_synced_commit":"1731ef605cd52698edca9898d798194da2b5ee9c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroDiscord%2FGiveaway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroDiscord%2FGiveaway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroDiscord%2FGiveaway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroDiscord%2FGiveaway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroDiscord","download_url":"https://codeload.github.com/ZeroDiscord/Giveaway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253982076,"owners_count":21994385,"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","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-bot","discord-giveaway-bot","discord-giveaways","discord-js","discord-js-bot","giveaway","giveaway-bots","giveawaybot","giveaways","glitch","replit","server-requirements"],"created_at":"2024-09-24T14:06:56.533Z","updated_at":"2026-01-22T05:34:25.076Z","avatar_url":"https://github.com/ZeroDiscord.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GiveawayBot™\n[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)\n\n### A Discord Giveaway bot written in Discord.js to create \u0026 enjoy Feature rich and Seamless Giveaways within your very own Discord guild!\n\n## Links\n- ### This Giveaway Bot Was Created by [ZeroSync](https://youtube.com/c/ZeroSync/)\n- [Youtube Channel](https://www.youtube.com/c/ZeroSync)\n- [Support Server Link](https://discord.gg/ARu4hr6hJw)\n\n## Licensed Under\n### Creative Commons Zero v1.0 Universal\n[View the license here](https://github.com/ZeroDiscord/Giveaway/blob/master/LICENSE)\n#### Copyright 2021 © All Rights are Reserved \n\n# Contributions\n\nAll contributions are welcomed, it is recommended to create an issue or reply in a comment of an existing issue to let us know what you are working on first, that way we do not overwrite each other.\n\n- Please read [contributing guide](.github/CONTRIBUTING.md) for details on this project.\n- Please respect the [pull request template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) while submiting a pull request.\n\n# Code of Conduct\n\nPlease read [code of conduct](.github/CODE_OF_CONDUCT.md) for details on our code of conduct.\n\n[![forthebadge](https://forthebadge.com/images/badges/it-works-why.svg)](https://forthebadge.com)\n\n# You can run the bot in just a few steps! Let me show you how:\n## Hosting \n\u003e ⚠  This bot needs a [Node.js v16.9+](https://nodejs.org/en/blog/release/v16.9.0/)  runtime to function since discord.js version 14 requires said node version to function.\n\n### [Host On Repl.it](https://repl.it/github/ZeroDiscord/Giveaway)\n### [Remix On Glitch](https://glitch.com/edit/#!/import/github/ZeroDiscord/Giveaway)\n\n**Aliter**\n\n### Step 1: Install the Dependencies:\nLinux \n```sh\nwget https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.xz\nunxz node-v16.18.0-linux-x64.tar.xz\ntar xvf node-v16.18.0-linux-x64.tar\nmv node-v16.18.0-linux-x64 /usr/local/node\n\nln /usr/local/node/bin/node /usr/bin\nln /usr/local/node/bin/corepack /usr/bin\nln /usr/local/node/bin/npm /usr/bin\n\ncorepack enable\n```\nWindows \n```sh\n# https://nodejs.org/en/blog/release/v16.9.1/ get node.js\nnpm install \n```\n\n### Step 2: Obtain a Bot Token From [Here](https://discord.com/developers) \u003cbr\u003e \u003cbr\u003e\n### Step 3 : Replace the Token in [config.json](https://github.com/ZeroDiscord/Giveaway/blob/master/config.json) \u003cbr\u003e\n#### That's all! We Are Done! Now Simply host the Bot!\n\n### Run with node\n```sh\nnode index.js\n```\n### Run with pm2\n```sh\nnpm install -g pm2@latest\npm2 start --name \"Giveaway\" index.js --watch\n```\n\n# Features\n## Featuring | Slash Commands  \n### Interactive Giveaway Creation\n### Featured ✨ Bonus Entries   \n### And Lots More!\n- Direct message when the server mentioned for joining is not joined\n- Direct message when the server mentioned for joining is joined \n- Direct Message When User Reacts on an ended giveaway\n- Direct Message User On Removing Reaction\n- Direct Message Winner On Winning\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerodiscord%2Fgiveaway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerodiscord%2Fgiveaway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerodiscord%2Fgiveaway/lists"}