{"id":25282618,"url":"https://github.com/emeraldblock/not-gambling-bot","last_synced_at":"2026-04-28T16:03:29.881Z","repository":{"id":155696946,"uuid":"413217707","full_name":"EmeraldBlock/not-gambling-bot","owner":"EmeraldBlock","description":"A Discord gambling bot without gambling.","archived":false,"fork":false,"pushed_at":"2021-10-09T02:36:22.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T13:36:49.413Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmeraldBlock.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}},"created_at":"2021-10-03T23:08:05.000Z","updated_at":"2021-10-09T02:39:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed86c8c4-744c-4004-bfd5-ee732f49c961","html_url":"https://github.com/EmeraldBlock/not-gambling-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmeraldBlock/not-gambling-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmeraldBlock%2Fnot-gambling-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmeraldBlock%2Fnot-gambling-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmeraldBlock%2Fnot-gambling-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmeraldBlock%2Fnot-gambling-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmeraldBlock","download_url":"https://codeload.github.com/EmeraldBlock/not-gambling-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmeraldBlock%2Fnot-gambling-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["bot","discord","discord-bot","discord-js","nodejs","typescript"],"created_at":"2025-02-12T19:44:37.523Z","updated_at":"2026-04-28T16:03:29.849Z","avatar_url":"https://github.com/EmeraldBlock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Not Gambling\n\n### **IMPORTANT:** This bot is still in early development, so it's **not yet fit for actual use.** There are likely many ways to break it!\n\n## About\n\n**Not Gambling** is a Discord gambling bot... without any gambling! It features ~~a wide variety of gambling games~~ (just Blackjack right now), but there's no concept of permanent currency: You start anew every time, just like a board game.\n\nThis bot is written in [TypeScript](https://www.typescriptlang.org/). It's pretty cool!\n\n## Using\n\n### DISCLAIMER: While these instructions are relatively generic, I am not guaranteeing that following them will not cause any damage to your computer. *Make sure you understand what you are doing!*\n\u003cbr\u003e\n\nThis bot requires [Node.js](https://nodejs.org/). I'm not sure the specific versions that work, but any 16.7+ should work fine.\n\nMake sure you've created an [application](https://discord.com/developers/applications) in the Discord Developer Portal and have added a bot. ([Tutorial](https://discordjs.guide/preparations/setting-up-a-bot-application.html) from the Discord.js Guide)\n\n### Running\n\n1. Download the ZIP of this respository and unzip it somewhere.\n\n   * Alternatively, if you have [git](https://git-scm.com/), you can shallow-clone it to more easily update it in the future.\n\n2. Download the corresponding `dist` ZIP from the current commit's build artifacts and unzip it in the project folder.\n\n   * To download, click on the check in the commit above the files, then the details of Build, then the Artifacts in the top right, then the dist download.\n\n3. Install dependencies by running `npm install --production` in the repo folder.\n\n4. Rename `secrets.example.json` in [`dist/config`](dist/config) to `secrets.json` and fill in your application's bot token.\n\nNow, you can launch the bot by running `npm start` in the project folder.\n\n### Editing\n\nIf you want to use this bot core or contribute, follow the steps in [Running](#Running), but with the following differences:\n\n1. It's strongly recommended to use git if you are planning on making any non-minor changes, preferably with a complete clone.\n\n2. *skip*\n\n3. Run `npm install` instead.\n\n4. Do the same thing, but in [`src/config`](src/config).\n\nNow, you can launch the bot by running `npm run dev`. This uses [nodemon](https://nodemon.io/) to re-build and restart the bot whenever a change is made to the source directory [`src`](src). You can also manually build with `npm run build` and run with `npm start`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femeraldblock%2Fnot-gambling-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femeraldblock%2Fnot-gambling-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femeraldblock%2Fnot-gambling-bot/lists"}