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 | |
| parent | fix: fix formatting errors and neatness (diff) | |
| download | modmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.tar.xz modmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.zip | |
fix: bug
| -rw-r--r-- | db/data.sqlite | bin | 94208 -> 98304 bytes | |||
| -rw-r--r-- | src/modules/move.js | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/db/data.sqlite b/db/data.sqlite Binary files differindex becf7ec..00f1622 100644 --- a/db/data.sqlite +++ b/db/data.sqlite 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; } |