Skip to content

Commit

Permalink
force static avatars again
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 13, 2024
1 parent 1cae562 commit caeefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/gamebridge/payloads/ChatPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class ChatPayload extends Payload {
}
} catch {} // dont care

const avatar = msg.author.avatarURL();
const avatar = msg.author.avatarURL({ forceStatic: true });

const payload: ChatResponse = {
user: {
Expand Down

0 comments on commit caeefbf

Please sign in to comment.