{"id":26212315,"url":"https://github.com/picocode1/discord-bot-template","last_synced_at":"2026-04-29T23:32:36.703Z","repository":{"id":134048921,"uuid":"454194080","full_name":"picocode1/Discord-bot-template","owner":"picocode1","description":"Easy to use template for a discord bot","archived":false,"fork":false,"pushed_at":"2022-01-31T23:18:27.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T09:25:31.378Z","etag":null,"topics":["bot","discord","discord-bot","discord-bot-template","javascript","module","nodejs","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/picocode1.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":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-31T22:43:20.000Z","updated_at":"2022-02-20T00:02:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ed41556-7f30-410c-9a58-c1c55955953b","html_url":"https://github.com/picocode1/Discord-bot-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/picocode1/Discord-bot-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picocode1%2FDiscord-bot-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picocode1%2FDiscord-bot-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picocode1%2FDiscord-bot-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picocode1%2FDiscord-bot-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picocode1","download_url":"https://codeload.github.com/picocode1/Discord-bot-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picocode1%2FDiscord-bot-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","discord-bot","discord-bot-template","javascript","module","nodejs","template"],"created_at":"2025-03-12T08:29:44.665Z","updated_at":"2026-04-29T23:32:36.699Z","avatar_url":"https://github.com/picocode1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord bot\nAdvanced Discord bot with modules.\n\n### Feature list\n\n- [x] Custom error function.\n- [x] Auto-updated help command.\n- [x] Simple module design.\n- [x] Auto-updated discord intents.\n- [x] Few basic commands.\n- [ ] Slash commands.\n- [ ] Buttons.\n\n## Requirements\nPackages:\n```console\nnpm i discord.js\n```\n\n## Example command module\n\n```js\nmodule.exports.run = async (Discord, command, args, channel, message) =\u003e {\n   console.log(`New message! ${message} ${args}`)\n   message.channel.send(`Command: \"${command}\" arguments: \"${args}\" channel: \"${channel}\"`);\n};\n\nmodule.exports.help = {\n   name: __filename.slice(__dirname.length + 1, -3),\n   description: \"Example command\",\n   arguments: \"Example argument\"\n}\n```\n\n`help` is an object with the following properties:\n\n* `name`: String (default), this will be automaticly set to the filename.\n* `description`: String (required), this will be the description of the command.\n* `arguments`: String (optional), this is the example text for arguments.\n\n### Settings\n\nIn the file `settings.json` you can define a custom prefix, and color for the bot.\n\n```json\n{\n   \"prefix\": \"!\",\n   \"token\": \"DISCORD_TOKEN_HERE\",\n   \"color\": \"#FF0000\"\n}\n\n```\n\n\n## Commands\n\nYou can create your own commands super easy and put them in the commmands folder.\n\nThe filename will be the command for the bot.\n\n## Contributing\n\nFound a bug or problem? File an issue or submit a pull request with the fix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicocode1%2Fdiscord-bot-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicocode1%2Fdiscord-bot-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicocode1%2Fdiscord-bot-template/lists"}