Skip to content

Commit

Permalink
added antiword warn and fixed automute msg
Browse files Browse the repository at this point in the history
  • Loading branch information
souravkl11 committed Jul 6, 2023
1 parent a23dc7e commit f2d235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
ADMIN_ACCESS: convertToBool(process.env.ADMIN_ACCESS) || false,
PLATFORM:isHeroku?"Heroku":isRailway?"Railway":isKoyeb?"Koyeb":"Other server",isHeroku,isKoyeb,isVPS,isRailway,
AUTOMUTE_MSG: process.env.AUTOMUTE_MSG || '_Group automuted!_\n_(edit AUTOMUTE_MSG)_',
AUTOMUTE_MSG: process.env.ANTIWORD_WARN || '',
ANTIWORD_WARN: process.env.ANTIWORD_WARN || '',
ANTI_SPAM: process.env.ANTI_SPAM || '[email protected]',
MULTI_HANDLERS: convertToBool(process.env.MULTI_HANDLERS) || false,
DISABLED_COMMANDS: (process.env.DISABLED_COMMANDS ? process.env.DISABLED_COMMANDS.split(",") : undefined) || [],
Expand Down

0 comments on commit f2d235d

Please sign in to comment.