From 86344db2244ef225eab530989242f64238f05cc9 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 7 Oct 2023 23:29:39 -0600 Subject: [PATCH] utility.appinfo: fix game distributor cutoff --- src/modules/utility.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index b3bf6e6..3aeb4cc 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -1532,11 +1532,7 @@ appinfo.callback = async function (msg, line) { ? `[Discord](https://discord.com/store/skus/${sku.id})` : `${sku.distributor .split("_") - .map( - (x) => - x[0].substring(1).toUpperCase() + - x.substring(1).toLowerCase() - ) + .map((x) => x[0].toUpperCase() + x.substring(1).toLowerCase()) .join(" ") .replace(" Net", ".net")}: \`${sku.id}\`` )