{"id":22079868,"url":"https://github.com/megalithofficial/imari","last_synced_at":"2026-02-15T19:31:52.733Z","repository":{"id":200064047,"uuid":"701497407","full_name":"MegalithOfficial/Imari","owner":"MegalithOfficial","description":"Simple, fast and easy to use discord.js Typescript bot template.","archived":false,"fork":false,"pushed_at":"2024-11-28T19:00:39.000Z","size":664,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T17:53:25.609Z","etag":null,"topics":["beginner","beginner-friendly","bot","bot-framework","discord","discord-api","discord-bot","discord-bot-template","discord-bot-template-ts","discord-js","discord-js-v14","discord-ts","easy-to-use","example","shard","sharding","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MegalithOfficial.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-06T19:07:26.000Z","updated_at":"2025-09-07T09:53:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ed466a2-c2cc-4df4-bb95-c2678e36c26c","html_url":"https://github.com/MegalithOfficial/Imari","commit_stats":null,"previous_names":["megalithofficial/typescript-discord-bot-template","megalithofficial/imari"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/MegalithOfficial/Imari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegalithOfficial%2FImari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegalithOfficial%2FImari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegalithOfficial%2FImari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegalithOfficial%2FImari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MegalithOfficial","download_url":"https://codeload.github.com/MegalithOfficial/Imari/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MegalithOfficial%2FImari/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["beginner","beginner-friendly","bot","bot-framework","discord","discord-api","discord-bot","discord-bot-template","discord-bot-template-ts","discord-js","discord-js-v14","discord-ts","easy-to-use","example","shard","sharding","typescript"],"created_at":"2024-11-30T23:11:33.845Z","updated_at":"2026-02-15T19:31:52.715Z","avatar_url":"https://github.com/MegalithOfficial.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/MegalithOfficial/Typescript-discord-bot-Template\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/MegalithOfficial/Typescript-discord-bot-Template/main/Images/imari.png\" alt=\"Imari\" style=\"border-radius: 50%;\" width=\"300\" height=\"300\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eImari - Simple Discord Bot Template (TypeScript)\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eA starting point for building your own Discord bots using Discord.js and TypeScript.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.js.org/\" target=\"_blank\"\u003eDiscord.js\u003c/a\u003e | \u003ca href=\"https://nodejs.org/\" target=\"_blank\"\u003eNode.js\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- 🚀 Ready-to-use structure for commands and events.\n- 🎮 Integration with Discord.js V14 for smooth bot development.\n- 🧭 Command handling and event registration.\n- ⚙️ Customizable settings for your bot.\n- 📖 Easy-to-follow documentation.\n- 🌐 Seamlessly scalable with Discord.js Sharding included.\n\n## Prerequisites\n\nBefore you start using this template, make sure you have the following:\n\n- **Node.js:** You should have Node.js installed on your machine. Download it from [nodejs.org](https://nodejs.org/).\n- **Knowledge:** You need to know TypeScript/JavaScript to effectively work with this template.\n\n## Installation\n\nTo use this template to create your own Discord bot, follow these steps:\n\n1. Clone or download this repository to your local machine.\n\n2. Navigate to the project directory using your terminal.\n\n3. Run the following command to install the necessary dependencies, including TypeScript (if not already installed):\n\n   ```bash\n   npm install\n   ```\n\n   Make sure to have TypeScript installed globally to use it during development. You can install it globally using:\n\n   ```bash\n   npm install -g typescript\n   ```\n\n## Configuration\n\n1. Duplicate the `.env.example` file in the root directory of your project and rename the duplicate to `.env`.\n\n2. Configure your bot token and other settings in the `.env` file. Example:\n\n   ```env\n   TOKEN=your_bot_token\n   SHARDING=false\n   TOTALSHARDS=AUTO\n   ```\n\nBy following these steps, you'll have your project set up and ready to configure your Discord bot.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eTesting\u003c/strong\u003e\u003c/summary\u003e\n\n  During development, you can test your code using TypeScript directly with the following command. Please note that you need to install `ts-node` globally only once:\n\n  ```bash\n  npm install -g ts-node # Install ts-node globally (once)\n  npm run test\n  ```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eBuilding\u003c/strong\u003e\u003c/summary\u003e\n\n  To compile your TypeScript code into JavaScript for running your bot, execute the following command:\n\n  ```bash\n  npm run build\n  ```\n\n  Compiling the code enhances your bot application's performance by preparing it for execution.\n  \n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eRunning the Bot\u003c/strong\u003e\u003c/summary\u003e\n\n  To run the bot using the built JavaScript code, use the following command:\n\n  ```bash\n  npm run start\n  ```\n\n\u003c/details\u003e\n\n## Project Structure\n\nThe project structure is carefully organized to help you manage your Discord bot's components efficiently:\n\n- 📁 `bot/commands/...`: This directory is where you store your bot's commands. You can create subdirectories to categorize and organize them.\n\n- 📁 `bot/events/...`: In this directory, you define custom event handlers. This is where you listen for Discord events and execute custom code.\n\n- 📜 `base/client.ts`: The heart of your bot application, where you manage the core functionalities.\n\n- 📁 `utils/...`: The `utils` directory houses utility modules and helper functions. It's the place for shared scripts that assist with data manipulation, external API calls, and more. You can further categorize utilities based on their specific functions.\n\nBy maintaining this organized project structure, you ensure that your bot code remains clean and manageable. The `utils` directory, in particular, offers a central location for housing utility scripts, promoting code reusability and maintainability.\n\n\n## Contributing\n\nIf you'd like to contribute to this project, please create a fork, make your changes, and submit a pull request.\n\n## License\n\nThis project is licensed under the [Apache 2.0 License](LICENSE).\n\n🤖 Happy bot building!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegalithofficial%2Fimari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegalithofficial%2Fimari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegalithofficial%2Fimari/lists"}