{"id":21970304,"url":"https://github.com/andrearcaina/discord-bot","last_synced_at":"2025-08-26T19:26:38.812Z","repository":{"id":140865342,"uuid":"600093288","full_name":"andrearcaina/Discord-Bot","owner":"andrearcaina","description":"An Economy Bot where you can play bet, work, rob (from others), play blackjack, and more! Uses Discord.py.","archived":false,"fork":false,"pushed_at":"2024-02-16T03:43:17.000Z","size":596,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T22:42:55.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrearcaina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support.py","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T15:12:23.000Z","updated_at":"2024-03-12T15:28:50.000Z","dependencies_parsed_at":"2024-02-16T04:30:52.489Z","dependency_job_id":"e32e7b3f-9a86-46c7-aced-693ed11b3311","html_url":"https://github.com/andrearcaina/Discord-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrearcaina/Discord-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2FDiscord-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2FDiscord-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2FDiscord-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2FDiscord-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrearcaina","download_url":"https://codeload.github.com/andrearcaina/Discord-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrearcaina%2FDiscord-Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259518832,"owners_count":22870300,"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":[],"created_at":"2024-11-29T14:38:32.419Z","updated_at":"2025-06-12T18:06:11.505Z","avatar_url":"https://github.com/andrearcaina.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord-Bot\n### Economy Bot\n- All purpose gambling bot where the user can: \n  - Play blackjack! gamble your money away! \n  - Steal other members and rob stores!\n  - Made using python and Discord.py\n\n### ```To Run``` ###\n- download the zip folder\n- have python installed\n- create **main.py** file\n- copy this:\n```Py\nimport bot\nimport discord\nfrom discord.ext import commands\nfrom config import TOKEN\n\nif __name__ == \"__main__\":\n    #initializing bot\n    econ_bot = commands.Bot(command_prefix=\"!\",help_command=None,intents=discord.Intents.all())\n\n    bot.run_bot(TOKEN,econ_bot) #run bot\n```\n- create **config.py** file\n- copy this and replace 'YOUR_DISCORD_TOKEN_HERE' with your own discord token:\n```Py\nTOKEN   =               'YOUR_DISCORD_TOKEN_HERE'\n\nDECK    =           [   \"\u003c:2spades:1075610591181414422\u003e\",\n                        \"\u003c:2hearts:1075610590183174144\u003e\",\n                        \"\u003c:2diamonds:1075610589012959274\u003e\",\n                        \"\u003c:2clovers:1075610587033260122\u003e\",\n                        \"\u003c:3spades:1075610595824504942\u003e\",\n                        \"\u003c:3hearts:1075610594427797535\u003e\",\n                        \"\u003c:3diamonds:1075610593874153574\u003e\",\n                        \"\u003c:3clover:1075610592188059658\u003e\",\n                        \"\u003c:4spades:1075611286706061402\u003e\",\n                        \"\u003c:4hearts:1075611285699440700\u003e\",\n                        \"\u003c:4diamonds:1075610598370443324\u003e\",\n                        \"\u003c:4clovers:1075611283950415962\u003e\",\n                        \"\u003c:5spades:1075611290606776462\u003e\",\n                        \"\u003c:5hearts:1075611288958402560\u003e\",\n                        \"\u003c:5diamonds:1075610601759449098\u003e\",\n                        \"\u003c:5clovers:1075611287779823646\u003e\",\n                        \"\u003c:6spades:1075611294369075220\u003e\",\n                        \"\u003c:6hearts:1075611292674568273\u003e\",\n                        \"\u003c:6diamonds:1075610604926156880\u003e\",\n                        \"\u003c:6clovers:1075611291529515108\u003e\",\n                        \"\u003c:7spades:1075611435138285599\u003e\",\n                        '\u003c:7hearts:1075611434454626304\u003e',\n                        '\u003c:7diamonds:1075610608331919451\u003e',\n                        '\u003c:7clovers:1075611432156147742\u003e',\n                        '\u003c:8spades:1075611439785578657\u003e',\n                        '\u003c:8hearts:1075611297766453389\u003e',\n                        '\u003c:8diamonds:1075610611788034058\u003e',\n                        '\u003c:8clovers:1075611436589514772\u003e',\n                        '\u003c:9spades:1075611526733500436\u003e',\n                        '\u003c:9hearts:1075610615323824128\u003e',\n                        '\u003c:9diamonds:1075611525433274491\u003e',\n                        '\u003c:9clovers:1075611523503886366\u003e',\n                        '\u003c:10spades:1075611530462240798\u003e',\n                        '\u003c:10hearts:1075611528734179339\u003e',\n                        '\u003c:10diamonds:1075610618444386406\u003e',\n                        '\u003c:10clovers:1075611301893636107\u003e',\n                        '\u003c:acespades:1075611534488768612\u003e',\n                        '\u003c:acehearts:1075610622298951680\u003e',\n                        '\u003c:acediamonds:1075611305026793503\u003e',\n                        '\u003c:aceclovers:1075611531535974480\u003e',\n                        '\u003c:jackspades:1075610626061250641\u003e',\n                        '\u003c:jackhearts:1075611654538137620\u003e',\n                        '\u003c:jackdiamond:1075611653141434368\u003e',\n                        '\u003c:jackclovers:1075611650721316925\u003e',\n                        '\u003c:queenspades:1075612145192022046\u003e',\n                        '\u003c:queenhearts:1075612144189591552\u003e',\n                        '\u003c:queendiamond:1075612143115829309\u003e', \n                        '\u003c:queenclovers:1075612141475872838\u003e',\n                        '\u003c:kingspades:1075610629366358087\u003e',\n                        '\u003c:kinghearts:1075612139613589505\u003e',\n                        '\u003c:kingdiamonds:1075611657075703858\u003e', \n                        '\u003c:kingclovers:1075611655297323039\u003e'\n                    ]\n\nEMOJI_ID =          [   \"\u003ca:animated_dice:1075250955077038150\u003e\",\n                        \"\u003c:dice1:1075251125319651329\u003e\",\n                        \"\u003c:dice2:1075251123235074138\u003e\",\n                        \"\u003c:dice3:1075251121980964884\u003e\",\n                        \"\u003c:dice4:1075251126871523338\u003e\",\n                        \"\u003c:dice5:1075280427176181791\u003e\",\n                        \"\u003c:dice6:1075251118898159626\u003e\"\n                    ]\n```\n- you're good to go! run main.py\n\nor: \n- invite the [bot](https://discord.com/api/oauth2/authorize?client_id=1072622197165793300\u0026permissions=2183991392320\u0026scope=bot)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrearcaina%2Fdiscord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrearcaina%2Fdiscord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrearcaina%2Fdiscord-bot/lists"}