SkillAgentSearch skills...

Mirai

The core for Mirai Bot v4 [Deprecated]

Install / Use

/learn @brussell98/Mirai
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Mirai Bot Core

<a href="https://discord.gg/rkWPSdu"><img src="https://discordapp.com/api/guilds/135496553786769408/embed.png" alt="Discord server" /></a> David GitHub license Code Climate npm

A powerful Discord bot core using Eris.

Documentation | Eris Docs | Mirai Bot Website | Support me on Patreon | Discord Server | Mirai Bot Combined Todo List

mirai-bot-core supports advanced application monitoring with sentry.io using raven. For more information head over to the docs.

Installing

yarn add mirai-bot-core
const Mirai = require('mirai-bot-core');
const bot = new Mirai(config);

Abstract Classes

Abstract classes are provided to ensure you have the required methods. They can be accessed like so:

const AbstractCommand = require('mirai-bot-core/lib/Base/AbstractCommand');

class PingCommand extends AbstractCommand {
	constructor() {
		super();
	}
}
View on GitHub
GitHub Stars153
CategoryDevelopment
Updated5mo ago
Forks58

Languages

JavaScript

Security Score

97/100

Audited on Oct 28, 2025

No findings