From 0e0cad67340f2db232eba283cbec9c8e789792c6 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 20 Oct 2024 15:17:51 +0200 Subject: [PATCH] Convert: Add inches to switch case --- commands/misc/convert.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/misc/convert.js b/commands/misc/convert.js index c540e12..49010c9 100644 --- a/commands/misc/convert.js +++ b/commands/misc/convert.js @@ -111,6 +111,7 @@ module.exports = { sendText = "Can only convert to kg from lb."; } break; + case "INCHES": case "INCH": case "IN": case "\"":