guildinfo: fix clan game level field name

This commit is contained in:
Cynthia Foxwell 2024-08-19 22:21:15 -06:00
parent ce849c6a37
commit 51085d8bca

View file

@ -86,7 +86,7 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
let out = `${game.name} (\`${id}\`)`;
if (clan.game_activity[id]?.level > 1) {
if (clan.game_activity[id]?.activity_level > 1) {
out = `:fire: ${out}`;
} else {
out = `${Icons.blank} ${out}`;