diff --git a/src/modules/newthread.js b/src/modules/newthread.js index 3b094f1..b9e57b9 100644 --- a/src/modules/newthread.js +++ b/src/modules/newthread.js @@ -23,6 +23,7 @@ module.exports = ({ bot, knex, config, commands }) => { const createdThread = await threads.createNewThreadForUser(user, { quiet: true, ignoreRequirements: true, + ignoreHooks: true, source: "command", });