{"id":14975584,"url":"https://github.com/simplediscordbotsjs/discord-db-template-bot","last_synced_at":"2026-02-06T05:32:39.901Z","repository":{"id":37780116,"uuid":"451548426","full_name":"SimpleDiscordBotsJS/Discord-DB-Template-Bot","owner":"SimpleDiscordBotsJS","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-27T17:55:34.000Z","size":3830,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T09:47:45.217Z","etag":null,"topics":["bot","database","discord","discord-bot","discord-bot-template","discord-js","mongodb","mongoose","mongoose-js","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimpleDiscordBotsJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2022-01-24T16:44:25.000Z","updated_at":"2024-06-21T07:15:27.000Z","dependencies_parsed_at":"2024-06-22T00:24:07.372Z","dependency_job_id":"2221d771-613f-4bf3-aa94-70d1c7e27038","html_url":"https://github.com/SimpleDiscordBotsJS/Discord-DB-Template-Bot","commit_stats":{"total_commits":58,"total_committers":2,"mean_commits":29.0,"dds":0.2586206896551724,"last_synced_commit":"73b05b08d0dd03ca5a02b430c112e9b6cb645bad"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SimpleDiscordBotsJS/Discord-DB-Template-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-DB-Template-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-DB-Template-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-DB-Template-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-DB-Template-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimpleDiscordBotsJS","download_url":"https://codeload.github.com/SimpleDiscordBotsJS/Discord-DB-Template-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-DB-Template-Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263166948,"owners_count":23424282,"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","database","discord","discord-bot","discord-bot-template","discord-js","mongodb","mongoose","mongoose-js","nodejs"],"created_at":"2024-09-24T13:52:14.683Z","updated_at":"2026-02-06T05:32:39.848Z","avatar_url":"https://github.com/SimpleDiscordBotsJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord-DB-Template-Bot\n\nIt's a template for discord bot\n\nAdvantages:\n\n- It's a template...\n- Handler's\n- DJS 14\n- MongoDB\n\n---\n\n\u003e # Instructions\n\n## Customizing the Config.json File\n\n```js\n{\n   \"BOT_TOKEN\": \"Enter_discord_bot_token\",\n   \"DEV_ID\": \"Enter_your_discord_id\",\n   \"DATABASE_URL\": \"Enter_mongoDB_database_url\",\n\n   \"DEBUG_EVENT\": false\n}\n```\n\nThe bot token can be copied in the Bot section of [your application](https://discord.com/developers/applications)\n\n## To run locally, you need Node.JS\n\n- [Download Node.JS](https://nodejs.org/en/)\n\n## Start\n\n```sh\nnode .\n```\n\n---\n\n\u003e ## pm2\n\u003e\n\u003e \u003cdetails\u003e\n\u003e \u003csummary\u003eInstallation pm2\u003c/summary\u003e\n\u003e\n\u003e ## Install pm2\n\u003e\n\u003e ```sh\n\u003e npm install --global pm2\n\u003e ```\n\u003e\n\u003e ## Startup\n\u003e\n\u003e - [Check this](https://futurestud.io/tutorials/pm2-restart-processes-after-system-reboot)\n\u003e\n\u003e ## Starting\n\u003e\n\u003e ```sh\n\u003e pm2 start . --name \"Code bot\" --watch\n\u003e ```\n\u003e\n\u003e ## Base commands for Neophyte's\n\u003e\n\u003e ```sh\n\u003e pm2 list - show all process\n\u003e\n\u003e pm2 stop (id) - stopping process\n\u003e\n\u003e pm2 logs (. or id) - show logs\n\u003e ```\n\u003e\n\u003e more in `pm2 -h` or [this](https://pm2.keymetrics.io/docs/usage/quick-start/) and Google 😉\n\u003e\n\u003e ---\n\u003e\n\u003e ## If you want to use nodemon and pm2\n\u003e\n\u003e - [Check this](https://stackoverflow.com/questions/69457892/nodemon-watch-vs-pm2-watch)\n\u003e\n\u003e \u003c/details\u003e\n\n---\n\n\u003e ## Contribution\n\u003e\n\u003e ​\n\u003e Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-db-template-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-db-template-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-db-template-bot/lists"}