aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSin-MacBook <[email protected]>2020-08-12 10:30:04 +0200
committerSin-MacBook <[email protected]>2020-08-12 10:30:04 +0200
commitabb8fc67314cf0a10464f0f363b4304ff9ce2fc3 (patch)
tree2af4f37794a439ea2ce724acdd60ba360c224b53
parentfix: fix formatting errors and neatness (diff)
downloadmodmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.tar.xz
modmail-abb8fc67314cf0a10464f0f363b4304ff9ce2fc3.zip
fix: bug
-rw-r--r--db/data.sqlitebin94208 -> 98304 bytes
-rw-r--r--src/modules/move.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/db/data.sqlite b/db/data.sqlite
index becf7ec..00f1622 100644
--- a/db/data.sqlite
+++ b/db/data.sqlite
Binary files differ
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;
}