Fixed art called from achievements

This commit is contained in:
Nathan Byrd 2023-09-08 01:36:24 +00:00
parent ad1547d77b
commit 2a43f20287
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ class Achievements {
} }
const getArtOpts = { const getArtOpts = {
name: spec, name: spec,
client: this.client, client: info.client,
random: false, random: false,
}; };
getThemeArt(getArtOpts, (err, artInfo) => { getThemeArt(getArtOpts, (err, artInfo) => {