Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-dqz-Julie committed Aug 17, 2021
1 parent bcc8f14 commit 5c0fc52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
1 change: 0 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = {
AFKMSG: process.env.AFK_MESSAGE === undefined ? 'default' : process.env.AFK_MESSAGE,
HANDLERS: process.env.HANDLERS === undefined ? '^[.!;]' : process.env.HANDLERS,
TAGPLK: process.env.TAG_HEADER === undefined ? 'Note this' : process.env.TAG_HEADER,
PIC: process.env.HELP_IMG === undefined ? 'Note this' : process.env.HELP_IMG,
SEND_READ: process.env.SEND_READ === undefined ? false : convertToBool(process.env.SEND_READ),
BRANCH: 'master',
HEROKU: {
Expand Down
26 changes: 3 additions & 23 deletions plugins/_asena.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c0fc52

Please sign in to comment.