Skip to content

Commit

Permalink
[fix] init
Browse files Browse the repository at this point in the history
  • Loading branch information
im3x-dev committed May 26, 2020
1 parent 460d1e8 commit 3be755e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/w7_message.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const axios = require('axios').default;

class Plugin extends Bot {
constructor () {
super();
this.COOKIE = process.env.w7_cookie;
if (!this.COOKIE) return this.exit();
}
Expand Down

0 comments on commit 3be755e

Please sign in to comment.