{"id":29010454,"url":"https://github.com/daniel-191/echo","last_synced_at":"2025-06-25T16:13:48.877Z","repository":{"id":218196818,"uuid":"737790946","full_name":"Daniel-191/Echo","owner":"Daniel-191","description":"Multi Purpose, All in one Bot with 150+ Commands and an extensive economy game.","archived":false,"fork":false,"pushed_at":"2025-05-25T17:40:51.000Z","size":2885,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T18:43:13.504Z","etag":null,"topics":["bot","cogs","custom-bot","customizable","discord","discord-bot","discord-py","economy","economy-bot","economy-bot-discord","economy-game","fun","game","moderation","modular","multipurpose-bot","multipurpose-discord-bot","virtualeconomy"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Daniel-191.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-01-01T14:12:42.000Z","updated_at":"2025-05-25T17:40:54.000Z","dependencies_parsed_at":"2024-03-31T19:21:29.481Z","dependency_job_id":"b954cdcb-2ee2-492c-b6e5-fac73d8ab9bb","html_url":"https://github.com/Daniel-191/Echo","commit_stats":null,"previous_names":["danieljones02/echo","danielorourke02/echo","daniel-191/echo"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/Daniel-191/Echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-191%2FEcho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-191%2FEcho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-191%2FEcho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-191%2FEcho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel-191","download_url":"https://codeload.github.com/Daniel-191/Echo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-191%2FEcho/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261906981,"owners_count":23228362,"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","cogs","custom-bot","customizable","discord","discord-bot","discord-py","economy","economy-bot","economy-bot-discord","economy-game","fun","game","moderation","modular","multipurpose-bot","multipurpose-discord-bot","virtualeconomy"],"created_at":"2025-06-25T16:13:43.666Z","updated_at":"2025-06-25T16:13:48.866Z","avatar_url":"https://github.com/Daniel-191.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Echo/blob/main/images/bot_icon.png\" alt=\"Echo Bot Image\" width=\"400\"\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  Echo Bot v5\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eAdmin, AutoMod, Economy, Fun, Invite, Information, Moderation, Owner, Social, Suggestion, Tickets, verify, Utility and More...\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-prerequisites\"\u003ePrerequisites\u003c/a\u003e\n  •\n  \u003ca href=\"#-getting-started\"\u003eGetting Started\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n# DEPRECATED - NO LONGER MAINTAINED\n\n### I'm pretty sure this is full of bugs and I don't want to maintain this project anymore since I am focusing on other projects. (My casino bot, its propiatery)\n\n### If anyone opens an issue it will be looked into. But again, I am not looking to do any future updates.\n\n## 📦 Prerequisites\n\n- [Python3.12](https://www.python.org/downloads/release/python-3120/)\n  - [Python install help](https://www.youtube.com/watch?v=nU2Egc3Zx3Q) \n- [Git](https://git-scm.com/downloads)\n- [Windows](https://www.microsoft.com/en-gb/windows) or [Linux](https://ubuntu.com/)\n\n## 🚀 Getting Started\n\n\u003e [!WARNING]\n\u003e Untested on MAC-OS\n\n## Windows Installation\n\n- Open command prompt (cmd.exe) and run the following commands\n\n```\ngit clone https://github.com/DanielOrourke02/Echo\ncd Echo\npython -m venv venv\nvenv\\Scripts\\activate\npip install -r \\src\\databases\\requirements.txt\n```\n\n- Open the cloned directory in windows file explorer\n\n- Open config.json and add the following values\n\n  - Your Bot Token (essential)\n  - Your Bot Invite Link (optional)\n  - Your User ID (optional)\n\n- Now back to your terminal and run win_run.bat inside the terminal with the venv activated. (this is essential)\n\n```\n.\\win_run.bat\n```\n\n## Linux Installation\n\n- Open the terminal and run the following commands:\n\n```\ngit clone https://github.com/Daniel-191/Echo\ncd Echo\npython3 -m venv venv\nsource venv/bin/activate\npip install -r src/databases/requirements.txt\n```\n- Now open config.json (in the terminal), or open it in notepad++ if you prefer.\n\n```\nnano config.json\n```\n\n- Add the following data to config.json:\n\n  - Your Bot Token (essential)\n  - Your Bot Invite Link (optional)\n  - Your User ID (optional)\n\n- After that run the following commands to run the bot:\n\n```\nchmod +x linux_run.sh\n./linux_run.sh\n```\n## General Commands\n\n| Command                   | Description                                      |\n|---------------------------|--------------------------------------------------|\n| `help`                    | Get help for commands.                           |\n| `economy`                 | List economy commands.                           |\n| `moderation`              | Get help for moderation commands (Admin only).   |\n| `ping`                    | Get the bot's current latency.                   |\n| `say \u003cmessage\u003e`           | Repeat a message.                                |\n| `coinflip \u003cheads/tails`   | Flip a coin.                                     |\n| `avatar \u003c@user\u003e`          | Output a users avatar                            |\n| `dice`                    | Roll a six-sided die.                            |\n| `8ball \u003cquestion\u003e`        | Ask an 8ball a question.                         |\n| `quote`                   | Get a daily quote from an API.                   |\n| `qr \u003ctext/link\u003e`          | Generate a QR code from a link.                  |\n| `membercount`             | Get the member count of the server.              |\n| `calculator \u003c+-*/\u003e`       | Perform basic calculations.                      |\n| `joke`                    | Get a random joke.                               |\n| `user_info \u003c@user\u003e`       | Get info on a user                               |\n| `server_info`             | Get the servers info                             |\n\n## Economy Commands\n\n| Command                  | Description                                           |\n|--------------------------|-------------------------------------------------------|\n| `balance`                | Checks your current bank and pocket balance.          |\n| `networth`               | Checks your total networth (assets included)          |\n| `baltop`                 | Displays the richest people leaderboard (networth)    |\n| `tutorial`               | A tutorial command (economy game only rn)             |\n| `daily`                  | Claims your daily reward.                             |\n| `shop`                   | Views available items in the shop.                    |\n| `trade \u003c@user\u003e \u003citem_id\u003e`| Gives an item to a player.                            |\n| `cosmetics`              | Lists available cosmetics and their prices.           |\n| `buy \u003citem_id\u003e`          | Buys an item from the shop.                           |\n| `sell \u003citem_id\u003e`         | Sells an item for its value.                          |\n| `beg`                    | Beg for money.                                        |\n| `hunt`                   | hunt for cosmetics and money. (with a bow)            |\n| `dig`                    | Dig for cosmetics and money. (with a shovel)          |\n| `scrap`                  | Find cosmetics and money.                             |\n| `shoot \u003c@user\u003e`          | Shoot a user with a gun or a M4A1                     |\n| `bomb \u003c@user\u003e`           | Bomb a user with C4                                   |\n| `inventory`              | Lists items in your inventory.                        |\n| `pay \u003camount\u003e`           | Pay someone money.                                    |\n| `deposit \u003camount/max\u003e`   | Deposit money into your bank (earns interest).        |\n| `withdraw \u003camount/max\u003e`  | Withdraw money from your bank.                        |\n| `rob \u003c@user\u003e`            | Rob a user and potentially steal some of their money. |\n| `plant \u003camount/max\u003e`     | Plant crops to sell later at a profit.                |\n| `harvest`                | Harvest your planted crops.                           |\n| `craft \u003crecipe_name\u003e`    | Craft items.                                          |\n| `recipes`                | Shows craftable items and required materials.         |\n| `gamble \u003camount\u003e`        | Gamble your money with a 1/3 chance of winning.       |\n| `blackjack \u003camount\u003e`     | Play a cool interactive blackjacks game.              |\n| `slots \u003camount\u003e`         | Play slots with a small chance of winning big.        |\n\n## Moderation Commands\n\n| Command             | Description                                      |\n|---------------------|--------------------------------------------------|\n| `kick \u003c@user\u003e \u003creason\u003e` | Kick a user from the server.                 |\n| `ban \u003c@user\u003e \u003creason\u003e`  | Ban a user from the server.                  |\n| `mute \u003c@user\u003e \u003creason\u003e` | Mute a user in the server.                   |\n| `unmute \u003c@user\u003e \u003creason\u003e` | Unmute a user in the server.               |\n| `clear \u003camount\u003e`        | Clear a specified number of messages in a channel. |\n| `ticketpanel \u003cmessage\u003e` | Create a ticket panel for support.           |\n| `setup-verify \u003crole_name\u003e \u003cmessage\u003e` | Set up a verification panel.    |\n| `lockchannel`       | Lock a channel for a specified duration.         |\n| `unlockchannel`     | Unlock a channel.                                |\n| `lockserver`        | Lock the entire server for a specified duration. |\n| `unlockserver`      | Unlock the entire server.                        |\n| `config_view`       | Read config.json from discord (admin id only)    |\n| `config_edit \u003cvarialbe\u003e \u003cnew_value\u003e` | Edit config.json from discord.  |\n\n## Shop (ingame)\n\n| Item   | Description                                | Cost  |\n|--------|--------------------------------------------|-------|\n| `Silver` | Bank full? Cant afford any gold? Buy some silver                              | 1000  |\n| `Gold`   | Too rich? Banks full? Invest some money into gold. No interest, but its safe. | 10000 |\n| `shovel` | Dig up treasure, find items and make money!                                   | 1000  |\n| `bow`    | You can now hunt animals! Sell what you find and make money while doing it.   | 1000  |\n\n\n## Craftable Items (ingame)\n\n| Item               | Ingredients                                  | Description                                      |\n|--------------------|----------------------------------------------|--------------------------------------------------|\n| `Excalibur`         | 2 guns, 1 mythical_sword                      | A powerful sword that only the one can handle  |\n| `M4A1`              | 2 guns, 1 stick                               | Shoot down your enemies                        |\n| `8_Incher`          | 1 stick, 1 david4                             | A unique and 8 inch weapon                     |\n| `Complete_Gauntlet` | 1 infinity, 1 leg.sword, 1 david4             | The most powerful item in the game             |\n| `C4`                | 2 sulphur, 1 charcoal, 1 clock, 5 potatoes, 2 tech | C4 Bomb for bombing people                |\n| `Poo`               | 3 charcoal, 1 sulphur                         | Just poo                                       |\n| `Joint`             | 1 roll, 1 weed                                | Sell joints                                    |\n| `meth`              | 1 chemical, 1 red, create using `!cook`       | sell meth by using `!streets`                  |\n| `glitch`             |2x god (0.1% chance for each)                 | A glitch in the matrix                         |\n\n## Findable Items (ingame)\n\nI call them 'cosmetics', but they are items you get from running: dig, hunt and scrap. These items can be used to craft items that sell for more e.g Joint, C4\n\n| Item             | Description                     | Sell Value | Chance (%) |\n|------------------|---------------------------------|------------|-------------|\n| `Rare Sword`       | Rare Sword                      | 2500       | 25          |\n| `Legendary Sword`  | Legendary Sword                 | 5000       | 15          |\n| `Mythical sword`   | Mythical sword                  | 12500      | 5           |\n| `god`              | An item that only the gods can hold | 15000000 | 0.1       |\n| `Shovel`           | Shovel used for digging         | 1000       | 23          |\n| `Bow`              | Bow used for hunting            | 1000       | 20          |\n| `Infinity Gauntlet`| Infinity Gauntlet               | 30000      | 5           |\n| `David's 4th ball` | David's 4th ball                | 25000      | 7           |\n| `Stick`            | Stick                           | 15000      | 15          |\n| `Glock-18`         | Glock-18                        | 8000       | 19          |\n| `Weed`             | Weed                            | 5000       | 30          |\n| `Sulphur`          | Sulphur                         | 500        | 40          |\n| `Charcoal`         | Charcoal                        | 300        | 50          |\n| `Alarm Clock`      | Alarm Clock                     | 700        | 30          |\n| `Roll`             | Roll paper for weed             | 1500       | 33          |\n| `Potato`           | Potato                          | 100        | 65          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-191%2Fecho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-191%2Fecho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-191%2Fecho/lists"}