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}\`` )