From 0f780c98b86bca0041a43f7b3994fa6f1664c743 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Thu, 1 Apr 2021 17:19:46 -0500 Subject: [PATCH] Try new formatting --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ca97e18..8333298 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ async function aboutServer(message) { .addField("Members", `Total: ${numHumans + numBots} ā€– Human: ${numHumans} ā€¢ Bot: ${numBots}`) .addField("Roles", numRoles) .addField("Created", message.guild.createdAt) - .addField("User Statuses", `\nšŸŸ¦ ā€¢ ${numOnline}\n\nšŸŸ§ ā€¢ ${numAway}\n\nā¬› ā€¢ ${numOffline}\n\nšŸŸ„ ā€¢ ${numDND}`) + .addField("User Statuses", `šŸŸ¦ ā€¢ ${numOnline} šŸŸ§ ā€¢ ${numAway} ā¬› ā€¢ ${numOffline} šŸŸ„ ā€¢ ${numDND}`) .setThumbnail(message.guild.iconURL()) .setFooter(`Server ID: ${message.guild.id}`) .setTimestamp();