{"id":17347066,"url":"https://github.com/brussell98/mirai","last_synced_at":"2025-03-17T06:08:11.187Z","repository":{"id":57298231,"uuid":"48562101","full_name":"brussell98/Mirai","owner":"brussell98","description":"The core for Mirai Bot v4 [Deprecated]","archived":false,"fork":false,"pushed_at":"2020-09-12T20:24:00.000Z","size":3097,"stargazers_count":154,"open_issues_count":1,"forks_count":60,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-12T00:08:53.688Z","etag":null,"topics":["bot","discord","discord-bot","eris","mirai","mirai-bot","modular","npm","plugins"],"latest_commit_sha":null,"homepage":"http://mirai.brussell.me","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/brussell98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"brussell98","open_collective":null,"ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2015-12-25T01:49:07.000Z","updated_at":"2025-03-06T20:42:25.000Z","dependencies_parsed_at":"2022-09-06T03:31:39.870Z","dependency_job_id":null,"html_url":"https://github.com/brussell98/Mirai","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brussell98%2FMirai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brussell98%2FMirai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brussell98%2FMirai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brussell98%2FMirai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brussell98","download_url":"https://codeload.github.com/brussell98/Mirai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982177,"owners_count":20378604,"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","discord","discord-bot","eris","mirai","mirai-bot","modular","npm","plugins"],"created_at":"2024-10-15T16:47:29.008Z","updated_at":"2025-03-17T06:08:11.166Z","avatar_url":"https://github.com/brussell98.png","language":"JavaScript","funding_links":["https://patreon.com/brussell98","http://patreon.com/brussell98"],"categories":[],"sub_categories":[],"readme":"# Mirai Bot Core\n\n\u003ca href=\"https://discord.gg/rkWPSdu\"\u003e\u003cimg src=\"https://discordapp.com/api/guilds/135496553786769408/embed.png\" alt=\"Discord server\" /\u003e\u003c/a\u003e [![David](https://img.shields.io/david/brussell98/Mirai.svg?maxAge=2592000)](https://david-dm.org/brussell98/Mirai) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/brussell98/Mirai/master/LICENSE) [![Code Climate](https://codeclimate.com/github/brussell98/Mirai/badges/gpa.svg)](https://codeclimate.com/github/brussell98/Mirai)\n[![npm](https://img.shields.io/npm/v/mirai-bot-core.svg)](https://www.npmjs.com/package/mirai-bot-core)\n\nA powerful Discord bot core using [Eris](https://github.com/abalabahaha/eris/).\n\n#### [Documentation](http://brussell98.github.io/Mirai/index.html) | [Eris Docs](https://abal.moe/Eris/docs/index.html) | [Mirai Bot Website](http://mirai.brussell.me) | [Support me on Patreon](http://patreon.com/brussell98) | [Discord Server](https://discord.gg/rkWPSdu) | [Mirai Bot Combined Todo List](https://trello.com/b/Uw5wZLzJ)\n\nmirai-bot-core supports advanced application monitoring with **[sentry.io](http://sentry.io)** using raven. For more information [head over to the docs](http://brussell98.github.io/Mirai/Logger.html).\n\n## Installing\n\n```\nyarn add mirai-bot-core\n```\n\n```js\nconst Mirai = require('mirai-bot-core');\nconst bot = new Mirai(config);\n```\n\n## Abstract Classes\n\nAbstract classes are provided to ensure you have the required methods. They can be accessed like so:\n\n```js\nconst AbstractCommand = require('mirai-bot-core/lib/Base/AbstractCommand');\n\nclass PingCommand extends AbstractCommand {\n\tconstructor() {\n\t\tsuper();\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrussell98%2Fmirai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrussell98%2Fmirai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrussell98%2Fmirai/lists"}