From b8bda7704c9a07c73d4a405b0c3eab851766b4c8 Mon Sep 17 00:00:00 2001 From: supinic Date: Mon, 30 Sep 2024 21:54:05 +0200 Subject: [PATCH] `badapplerendition` use spread operator --- commands/badapplerendition/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/badapplerendition/index.js b/commands/badapplerendition/index.js index a4f54ab7..0718530e 100644 --- a/commands/badapplerendition/index.js +++ b/commands/badapplerendition/index.js @@ -43,7 +43,7 @@ module.exports = { "Aggregate command for all things Bad Apple!! related.", "", - `${subcommandList.join("")}` + ...subcommandList ]; } };