diff options
| author | Sin-MacBook <[email protected]> | 2020-08-12 10:30:04 +0200 |
|---|---|---|
| committer | Sin-MacBook <[email protected]> | 2020-08-12 10:30:04 +0200 |
| commit | abb8fc67314cf0a10464f0f363b4304ff9ce2fc3 (patch) | |
| tree | 2af4f37794a439ea2ce724acdd60ba360c224b53 /src | |
| parent | fix: fix formatting errors and neatness (diff) | |
| download | modmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.tar.xz modmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.zip | |
fix: bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/move.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |