From 798b65b7810864488319c297af8978a9317bbe39 Mon Sep 17 00:00:00 2001 From: Marius Begby Date: Sat, 15 Jul 2023 13:03:04 +0200 Subject: [PATCH] fix: Added period after sentence in message for toggling filters. --- commands/filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/filters.js b/commands/filters.js index a8716943..19d310ac 100644 --- a/commands/filters.js +++ b/commands/filters.js @@ -164,7 +164,7 @@ module.exports = { ).label }\`` ) - .join(', ')}` + .join(', ')}.` ) .setColor(embedColors.colorSuccess) ],