{"id":24341085,"url":"https://github.com/nhalstead/simple-discord-bot","last_synced_at":"2025-09-28T02:30:44.843Z","repository":{"id":40929095,"uuid":"105586388","full_name":"nhalstead/Simple-Discord-Bot","owner":"nhalstead","description":"This is just a Simple Discord Bot that allows you to create commands using plugins.","archived":false,"fork":false,"pushed_at":"2023-01-07T05:03:39.000Z","size":526,"stargazers_count":9,"open_issues_count":9,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-28T14:59:45.720Z","etag":null,"topics":["bot","discord","opensource","simple-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhalstead.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":"2017-10-02T21:21:01.000Z","updated_at":"2023-04-07T18:10:23.000Z","dependencies_parsed_at":"2023-02-06T12:32:28.872Z","dependency_job_id":null,"html_url":"https://github.com/nhalstead/Simple-Discord-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FSimple-Discord-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FSimple-Discord-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FSimple-Discord-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FSimple-Discord-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhalstead","download_url":"https://codeload.github.com/nhalstead/Simple-Discord-Bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234475373,"owners_count":18839363,"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","opensource","simple-bot"],"created_at":"2025-01-18T07:13:44.178Z","updated_at":"2025-09-28T02:30:44.491Z","avatar_url":"https://github.com/nhalstead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Discord-Bot\n\nThis is just a Simple Discord Bot that runs on Node JS. \n\nThe bot is open source as it's on Github for everyone to use and modify.\n\n## Getting Started\n\nTo get the bot up and running download the source code and following the next few steps.\n\n1. Install the required packages\n    ```bash\n    npm install\n    ```\n2. Copy the file `.env.example` and name it `.env`\n3. Fill all values in the `.env` file\n   - You need to go to the [Discord Developer Portal](https://discord.com/developers/applications) and create a bot (if you don't have one yet)\n   - Goto the \"General Information\" page and copy the \"Application ID\" and paste it as the `DISCORD_APPID`.\n   - Goto the \"Bot\" page and click on _Copy_ found in the Token area, then paste that as the `DISCORD_TOKEN`.\n4. Ready to start programming a bot!\n    To start the bot you can run `npm start`, wait a moment till you see _Authentication Complete!_\n\n## Configuration\n\nTo configure the bot you can use a dot env file for setup of your Bot token.\n**Do not commit your secrets to GitHub!  Use the `.env` file!**\n\n## How to use\n\nEverything in this project uses the concept of \"plugins\" for the commands.\n\nYou can create and add your own commands by creating a new JS file in the \"plugins\" (found in src/plugins) folder.\n\nThe file gets automatically loaded when the server starts up.\nBe sure to take a look at the other plugins that already in this project to see how to create a new one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhalstead%2Fsimple-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhalstead%2Fsimple-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhalstead%2Fsimple-discord-bot/lists"}