{"id":19660641,"url":"https://github.com/keiryojs/enjo","last_synced_at":"2026-05-12T21:08:14.486Z","repository":{"id":43342056,"uuid":"300107456","full_name":"KeiryoJS/enjo","owner":"KeiryoJS","description":"📦️ a feature-rich and flexible bot framework for neocord.","archived":false,"fork":false,"pushed_at":"2023-03-18T20:09:25.000Z","size":85,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-27T03:15:48.334Z","etag":null,"topics":["discord","framework","neocord","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/KeiryoJS.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}},"created_at":"2020-10-01T01:35:44.000Z","updated_at":"2021-04-29T00:12:24.000Z","dependencies_parsed_at":"2023-07-25T00:17:48.081Z","dependency_job_id":null,"html_url":"https://github.com/KeiryoJS/enjo","commit_stats":null,"previous_names":["neo-cord/enjo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeiryoJS%2Fenjo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeiryoJS%2Fenjo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeiryoJS%2Fenjo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeiryoJS%2Fenjo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeiryoJS","download_url":"https://codeload.github.com/KeiryoJS/enjo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240970218,"owners_count":19886526,"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":["discord","framework","neocord","typescript"],"created_at":"2024-11-11T16:04:44.392Z","updated_at":"2025-11-20T22:04:39.272Z","avatar_url":"https://github.com/KeiryoJS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNeocord: Enjo\u003c/h1\u003e\n\n\u003e The official bot framework for the neocord discord library.\n\n###### Disclaimer\n\n\u003cp style=\"font-size: .5em;\"\u003e\n    \u003cstrong\u003eEnjo\u003c/strong\u003e is currently in alpha.\n    Not all features are currently implemented... this should not be used in production.\n\u003c/p\u003e\n\n## Installation and Usage.\n\nAs of **09/30/2020** `day/month/year`, Enjo will only support **node.js v12** and above.\n\n```shell script\nyarn add @neocord/enjo\n```\n\n###### Basic Usage\n\n```ts\nimport { Enjo, Commands, Listeners } from \"enjo\";\n\nclass MyClient extends Enjo {\n  public commands = new Commands(this);\n  public listeners = new Listeners(this);\n}\n\nconst client = new MyClient();\n\nclient.commands.add({\n  id: \"ping\",\n  triggers: [\"ping\"]\n}, (ctx) =\u003e {\n  ctx.reply(\"**Pong!**\");\n});\n```\n\n## Links\n\n- **Support Server**: [discord.gg/5WD9KhF](https://discord.gg/5WD9KhF)\n- **Github**: \u003chttps://github.com/neo-cord/enjo\u003e\n- **NPM**: \u003chttps://npmjs.com/enjo\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    Licensed under the \u003cstrong\u003eMIT License\u003c/strong\u003e.\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeiryojs%2Fenjo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeiryojs%2Fenjo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeiryojs%2Fenjo/lists"}