{"id":16620328,"url":"https://github.com/lachlandev/discord-bot-dashboard","last_synced_at":"2025-03-21T14:31:40.519Z","repository":{"id":55573303,"uuid":"320193175","full_name":"LachlanDev/Discord-BOT-Dashboard","owner":"LachlanDev","description":"This version is outdated, please check out Discord BOT Dashboard v2","archived":false,"fork":false,"pushed_at":"2021-08-05T23:13:38.000Z","size":512,"stargazers_count":37,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-18T02:21:21.042Z","etag":null,"topics":["bot","dashboard","discord","discord-api","discord-bot","discord-bot-dashboard","discord-bot-development","discord-js","discord-moderation","discord-server","discordbot","discordjs","statistics"],"latest_commit_sha":null,"homepage":"https://dbd.lachlan-dev.com/","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/LachlanDev.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}},"created_at":"2020-12-10T07:26:56.000Z","updated_at":"2025-03-02T00:18:43.000Z","dependencies_parsed_at":"2022-08-15T03:21:01.816Z","dependency_job_id":null,"html_url":"https://github.com/LachlanDev/Discord-BOT-Dashboard","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LachlanDev%2FDiscord-BOT-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LachlanDev%2FDiscord-BOT-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LachlanDev%2FDiscord-BOT-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LachlanDev%2FDiscord-BOT-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LachlanDev","download_url":"https://codeload.github.com/LachlanDev/Discord-BOT-Dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815234,"owners_count":20514918,"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","dashboard","discord","discord-api","discord-bot","discord-bot-dashboard","discord-bot-development","discord-js","discord-moderation","discord-server","discordbot","discordjs","statistics"],"created_at":"2024-10-12T02:44:00.707Z","updated_at":"2025-03-21T14:31:40.173Z","avatar_url":"https://github.com/LachlanDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ NOTICE\nThis version is outdated, please check out \u003ca href=\"https://github.com/LachlanDev/Discord-BOT-Dashboard-V2\"\u003eDiscord BOT Dashboard v2\u003c/a\u003e    \n    \n\u003ch1 align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cp\u003eDiscord BOT Dashboard - v1.1\u003c/p\u003e\n\u003cimg src=\"https://i.imgur.com/UT0gCzZ.png\"\u003e\n\u003ch1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/LachlanDev/Discord-BOT-Dashboard/releases\"\u003e\n        \u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/release/LachlanDev/Discord-BOT-Dashboard.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# 📚 About\nDiscord BOT Dashboard is made to make **Discord BOT Development** easy, designed to create applications without having to write a single line of code while using a user friendly Web-Dashboard! Please check out the Wiki before getting started. [here](https://github.com/LachlanDev/Discord-BOT-Dashboard/wiki)\n\n# Dashboard Preview:\n\u003cimg src=\"https://i.imgur.com/mcF1WMj.png\"\u003e\n\n## 🔒 Requirements\n* [Node.JS](https://nodejs.org/en/) (v12.3.1 or later)\n\n## 🚀 Installation / Setup\n#### ⌚ Installing Requirements\nDownload the latest version from [Releases](https://github.com/LachlanDev/Discord-BOT-Dashboard/releases), open up the root directory and run the following command.\n```bash\nnpm install\n```\n\n#### 🖥️ Setting up BOT\nOpen up the config.json file found in the **cfg** folder and input the required fields.\n```json\n{\"token\":\"token_here\",\"prefix\":\"prefix_here\"}\n```\nMake sure to enable both \"Privileged Gateway Intents\" on the [**Discord Developer Dashboard**](https://discord.com/developers). This is to fix errors  with \"Kick / Ban\" Commands!\n\n#### 📡 Starting the application \nOpen up the root directory and run the following command.\n```bash\nnode index.js\n```\nYou should now be able to access the dashboard at **http://localhost:3000**. Goto the Plugins tab and enable what commands you want!\n\u003c/br\u003e\nGot an issue or need help setting up join the [**Discord Server**](https://discord.com/invite/w7B5nKB)\n\n## 📝 Upcoming Features\n**Progress:**\n - ❌: Not started yet\n - 🕓: Work in progress\n - 💯: Prioritising before everything else\n* User Auth (Login to access dashboard). 🕓 / 💯\n* Docker Container Support. 🕓 / 💯\n\n* Ability to change the BOTS profile picture in settings. ❌\n* Change BOTS status in settings. ❌\n* More statistics on main dashboard. ❌\n* Music Commands ❌\n\n* **Open issues for features you want**\n\n## 🔌 Commands / Plugins List\n### 🔨 Moderation:\n* **Ban** - Bans a user from the server. **Usage:** !ban @user\n* **Kick** - Kicks a user from the server. **Usage:** !kick @user\n* **Clear** - Clears messages from a channel. **Usage:** !clear 5\n\n### 🧰 Utilities\n* **User Info** - Sends information about a given user. **Usage:** !user-info @user\n* **Server Info** - Sends information about the current server. **Usage:** !server-info\n* **Stats** - Statistics of the BOT. **Usage:** !stats\n* **Help** - Sends a list for all plugins / commands enabled. **Usage:** !help\n\n### 💰 Fun\n* **Coin Flip** - Flip a coin (heads / tails). **Usage:** !coin\n* **Dog** - Sends a random image of a dog. **Usage:** !dog\n* **Cat** - Sends a random image of a cat. **Usage:** !cat\n* **8-Ball** - Ask the 8-ball a question. **Usage:** !8-ball\n* **Roll** - Roles a dice (6-Sided). **Usage:** !roll\n\n## 🔧 Changelog \nFor a more Detailed Changelog please check it [here](https://github.com/PapaSnags/Discord-BOT-Dashboard/wiki/Changelog)\n#### v1.1 Dark Mode (22nd December 2020):\n* Added Darkmode.\n* Bug Fixes.\n#### v1.0 Initial Released (21st December 2020):\n* Released all basic functions.\n\n## 💡 Contribute\nIf you would like to contribute to the project please open a PR (Pull Request) clearly showing your changes.\n\n## 📞 Issues\nIf you have any issues feel free to open an issue or join the [Discord Server.](https://discord.com/invite/w7B5nKB)\n\n## 🧲 Extra\n__Created by LachlanDev#8014__\n* [Website](https://lachlan-dev.com)\n* [Twitter](https://twitter.com/LachlanDev)\n* [Instagram](https://www.instagram.com/LachlanDev/)\n* [Discord Server](https://discord.com/invite/w7B5nKB)\n\u003c/br\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachlandev%2Fdiscord-bot-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flachlandev%2Fdiscord-bot-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachlandev%2Fdiscord-bot-dashboard/lists"}