From abb8fc67314cf0a10464f0f363b4304ff9ce2fc3 Mon Sep 17 00:00:00 2001 From: Sin-MacBook Date: Wed, 12 Aug 2020 10:30:04 +0200 Subject: fix: bug --- src/modules/move.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/move.js b/src/modules/move.js index cdfb781..af4e6f8 100644 --- a/src/modules/move.js +++ b/src/modules/move.js @@ -41,7 +41,7 @@ module.exports = ({ bot, knex, config, commands }) => { }); if (containsRankings[0][1] === 0) { - thread.postSystemMessage('No matching category'.``); + thread.postSystemMessage('No matching category.'); return; } -- cgit v1.2.3