guildinfo: fix clan game level field name
This commit is contained in:
parent
ce849c6a37
commit
51085d8bca
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
|
||||||
|
|
||||||
let out = `${game.name} (\`${id}\`)`;
|
let out = `${game.name} (\`${id}\`)`;
|
||||||
|
|
||||||
if (clan.game_activity[id]?.level > 1) {
|
if (clan.game_activity[id]?.activity_level > 1) {
|
||||||
out = `:fire: ${out}`;
|
out = `:fire: ${out}`;
|
||||||
} else {
|
} else {
|
||||||
out = `${Icons.blank} ${out}`;
|
out = `${Icons.blank} ${out}`;
|
||||||
|
|
Loading…
Reference in a new issue