{"id":28927144,"url":"https://github.com/toshirosky/discordjs-v14-handler","last_synced_at":"2025-06-27T18:02:48.964Z","repository":{"id":300388467,"uuid":"1006047563","full_name":"ToshiroSky/Discordjs-v14-Handler","owner":"ToshiroSky","description":"Beginner-friendly advanced Discord.js (v14) template, using the latest djs library versions.","archived":false,"fork":false,"pushed_at":"2025-06-21T11:26:50.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T16:39:07.897Z","etag":null,"topics":["2025","discord","discord-bot","discord-js","djs","djs-v14","node","node-js","nodejs","v14-discord-bot-template"],"latest_commit_sha":null,"homepage":"","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/ToshiroSky.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":"2025-06-21T11:24:34.000Z","updated_at":"2025-06-21T16:00:53.000Z","dependencies_parsed_at":"2025-06-21T16:49:29.322Z","dependency_job_id":null,"html_url":"https://github.com/ToshiroSky/Discordjs-v14-Handler","commit_stats":null,"previous_names":["stpointer/discordjs-v14-handler","toshirosky/discordjs-v14-handler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ToshiroSky/Discordjs-v14-Handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshiroSky%2FDiscordjs-v14-Handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshiroSky%2FDiscordjs-v14-Handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshiroSky%2FDiscordjs-v14-Handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshiroSky%2FDiscordjs-v14-Handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToshiroSky","download_url":"https://codeload.github.com/ToshiroSky/Discordjs-v14-Handler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshiroSky%2FDiscordjs-v14-Handler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261700169,"owners_count":23196484,"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":["2025","discord","discord-bot","discord-js","djs","djs-v14","node","node-js","nodejs","v14-discord-bot-template"],"created_at":"2025-06-22T13:01:00.139Z","updated_at":"2025-06-26T17:01:54.009Z","avatar_url":"https://github.com/ToshiroSky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord.js v14 Bot\r\n\r\nA feature-rich Discord bot built with Discord.js v14, featuring command handling, event management, and a web server.\r\n\r\n## Features\r\n\r\n- 🤖 Modern Discord.js v14 implementation\r\n- 📁 Organized file structure with command/event handlers\r\n- 🌐 Built-in Express web server for monitoring\r\n- 🎨 Colorful console logging with Chalk\r\n- ⚡ Slash command support (Soon)\r\n- 🔗 Prefix command support \r\n- 📊 Bot statistics and information commands\r\n- 🔄 Hot-reloading command system\r\n- 🛡️ Error handling and graceful shutdown\r\n\r\n## Setup\r\n\r\n1. Clone the repository\r\n2. Install dependencies: `npm install`\r\n3. Create a `.env` file with your bot token:\r\n   ```\r\n   DISCORD_TOKEN=your_bot_token_here\r\n   BOT_PREFIX=!\r\n   PORT=3000\r\n   ```\r\n4. Run the bot: `node .` or `npm start` or `npm run dev` for development\r\n\r\n## Commands\r\n\r\n- `/ping` - Check bot latency\r\n- `/info` - Show bot information\r\n- `/user [target]` - Get user information\r\n- `/server` - Get server information\r\n\r\n## File Structure\r\n\r\n```\r\n├── index.js                 # Main bot file\r\n│   ├── handlers/\r\n│   │   └── handler.js       # Command and event loader\r\n│   ├── commands/\r\n│   │   ├── general/\r\n│   │   │   ├── ping.js\r\n│   │   │   └── info.js\r\n│   │   └── utility/\r\n│   │       ├── user.js\r\n│   │       └── server.js\r\n│   └── events/\r\n│       ├── ready.js\r\n│       ├── interactionCreate.js\r\n│       ├── messageCreate.js\r\n│       ├── guildCreate.js                     # Feel free to delete it\r\n│       └── guildDelete.js                     # Feel free to delete it       \r\n├── package.json\r\n├── .env\r\n└── README.md                 # Feel free to delete it\r\n```\r\n\r\n## API Endpoints\r\n\r\n- `GET /` - Bot status and statistics\r\n- `GET /health` - Health check endpoint\r\n\r\n## Bot version requirements:\r\n- Node.js 18.x or 20.x \r\n\r\n## Notes:\r\n- This project may not work properly on platforms like Replit or Glitch. Consider using more reliable hosting services such as Render or Railway.\r\n- Forking this repository is recommended to ensure you receive the latest updates, including patches, new features, and ongoing improvements.\r\n\r\n## Contributing\r\n\r\nFeel free to submit issues and enhancement requests!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshirosky%2Fdiscordjs-v14-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshirosky%2Fdiscordjs-v14-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshirosky%2Fdiscordjs-v14-handler/lists"}