brussell98/Mirai
Fork: 60 Star: 153 (更新于 2024-12-12 16:55:40)
license: MIT
Language: JavaScript .
The core for Mirai Bot v4 [Deprecated]
最后发布版本: 3.2.0 ( 2016-12-04 13:48:50)
Mirai Bot Core
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-12-22 13:19:55 gethomepage/homepage
2024-12-22 11:34:40 chris81605/Degrees-of-Lewdity_Cheat_Extended
2024-12-22 00:44:14 gorhill/uBlock
2024-12-21 12:14:02 layui/layui
2024-12-21 03:44:01 emberjs/ember.js
2024-12-20 02:57:09 nodejs/node