From 58cd986515c50585d40756cb635288f9626ea7db Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Thu, 1 Apr 2021 17:21:27 -0500 Subject: [PATCH] Undo formatting change --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b6d6d8e..0f617c1 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", `šŸŸ¦ ā€¢ ${numOnline} šŸŸ§ ā€¢ ${numAway} ā¬› ā€¢ ${numOffline} šŸŸ„ ā€¢ ${numDND}`) + .addField("User Statuses", `šŸŸ¦ ā€¢ ${numOnline}\n\nšŸŸ§ ā€¢ ${numAway}\n\nā¬› ā€¢ ${numOffline}\n\nšŸŸ„ ā€¢ ${numDND}`) .setThumbnail(message.guild.iconURL()) .setFooter(`Server ID: ${message.guild.id}`) .setTimestamp();