From c848f1d90fef40ffa81915d7dd875a2ee6d6c8d5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Feb 2024 00:01:56 -0500 Subject: Fixed status command --- Commands/status.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Commands/status.js') diff --git a/Commands/status.js b/Commands/status.js index fcc6c08..ee02126 100644 --- a/Commands/status.js +++ b/Commands/status.js @@ -56,6 +56,8 @@ export default { } catch (error) { console.error(error.message); } + } else { + audioName = audioName.split('.').slice(0, -1).join('.'); } } -- cgit v1.2.3