Merge branch 'dev' into 'main'

Updated guild info command

See merge request illegitimate/illegitimate-bot!88
This commit is contained in:
2023-11-23 20:59:45 +00:00

View File

@@ -84,7 +84,9 @@ async function guildInfo(interaction) {
}, },
{ {
name: "**GEXP**", 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**", name: "**Guild Created**",