Updated guild info command

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-23 21:59:07 +01:00
parent 572f53f010
commit c6bd25dea7

View File

@@ -84,7 +84,9 @@ async function guildInfo(interaction) {
},
{
name: "**GEXP**",
value: "**➺ Total weekly GEXP:** `" + totalGuildMembersDailyXP + "`"
value: "**➺ Total weekly GEXP:** `" + totalGuildMembersDailyXP + "`\n" +
"**➺ Daily avarage:** `" + Math.round(totalGuildMembersDailyXP / 7) + "`\n" +
"**➺ Total GEXP:** `" + guildExp + "`"
},
{
name: "**Guild Created**",