Skip to content

Commit 3be755e

Browse files
author
im3x-dev
committed
[fix] init
1 parent 460d1e8 commit 3be755e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: plugins/w7_message.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const axios = require('axios').default;
66

77
class Plugin extends Bot {
88
constructor () {
9+
super();
910
this.COOKIE = process.env.w7_cookie;
1011
if (!this.COOKIE) return this.exit();
1112
}

0 commit comments

Comments
 (0)