MyGit

brussell98/Mirai

Fork: 62 Star: 153 (更新于 2024-10-04 09:10:35)

license: MIT

Language: JavaScript .

The core for Mirai Bot v4 [Deprecated]

最后发布版本: 3.2.0 ( 2016-12-04 13:48:50)

官方网址 GitHub网址

Mirai Bot Core

Discord server 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();
	}
}

最近版本更新:(数据更新于 2024-08-28 09:29:36)

2016-12-04 13:48:50 3.2.0

2016-03-24 08:07:11 2.0.0

2016-03-04 09:47:41 1.4.0

2016-02-09 09:28:51 1.3.1

2016-02-07 12:17:34 1.3.0

2016-01-31 05:34:58 1.2.0

2016-01-25 07:32:52 1.1.0

2016-01-19 11:28:22 1.0.0

2015-12-29 06:00:01 0.5.0

2015-12-27 15:06:11 0.3.0

主题(topics):

bot, discord, discord-bot, eris, mirai, mirai-bot, modular, npm, plugins

brussell98/Mirai同语言 JavaScript最近更新仓库

2024-10-06 22:18:22 bia-pain-bache/BPB-Worker-Panel

2024-10-04 12:29:54 pedroslopez/whatsapp-web.js

2024-10-04 02:00:54 nodejs/node

2024-10-03 23:06:13 Mazars-Tech/AD_Miner

2024-10-03 22:56:46 OpenZeppelin/openzeppelin-contracts

2024-10-03 00:35:12 meshery/meshery