We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dd5a0 commit df035c9Copy full SHA for df035c9
src/classes/DiscordWebhook/sendTradeDeclined.ts
@@ -71,7 +71,7 @@ export default async function sendTradeDeclined(
71
const declinedDescription = declined.reasonDescription;
72
const declinedTradeSummary: Webhook = {
73
username: optDW.displayName || botInfo.name,
74
- avatar_url: optDW.avatarURL || optDW.avatarURL,
+ avatar_url: optDW.avatarURL || botInfo.avatarURL,
75
content: '',
76
embeds: [
77
{
0 commit comments