diff --git a/src/modules/suspend.js b/src/modules/suspend.js index 7edd096..b44b323 100644 --- a/src/modules/suspend.js +++ b/src/modules/suspend.js @@ -61,7 +61,7 @@ module.exports = ({ bot, knex, config, commands }) => { thread = await threads.findSuspendedThreadByChannelId(msg.channel.id); if (! thread) { - thread.postSystemMessage(`Not in a thread`); + msg.channel.createMessage(`Not in a thread`); return; }