diff --git a/src/bot/getReply/helpers.js b/src/bot/getReply/helpers.js index af9d63d5..2f18a6c4 100644 --- a/src/bot/getReply/helpers.js +++ b/src/bot/getReply/helpers.js @@ -153,7 +153,7 @@ const eachGambitHandle = async function eachGambitHandle(gambit, message, option // the current reply. const filterScope = _.merge({}, scope); filterScope.message = message; - // filterScope.message_props = options.localOptions.messageScope; + filterScope.message_props = options.system.extraScope; filterScope.user = options.user; let filterReply;