commit
0494217518
|
@ -158,7 +158,9 @@ class PluginsLoader {
|
||||||
* @param e icqq Events
|
* @param e icqq Events
|
||||||
*/
|
*/
|
||||||
async deal (e) {
|
async deal (e) {
|
||||||
e.bot = Bot
|
Object.defineProperty(e, 'bot', {
|
||||||
|
value: Bot
|
||||||
|
})
|
||||||
/** 检查频道消息 */
|
/** 检查频道消息 */
|
||||||
if (this.checkGuildMsg(e)) return
|
if (this.checkGuildMsg(e)) return
|
||||||
/** 检查黑白名单 */
|
/** 检查黑白名单 */
|
||||||
|
|
Loading…
Reference in New Issue