Skip to content

Commit df035c9

Browse files
fixed a typo in sendTradeDeclined
1 parent 06dd5a0 commit df035c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/DiscordWebhook/sendTradeDeclined.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default async function sendTradeDeclined(
7171
const declinedDescription = declined.reasonDescription;
7272
const declinedTradeSummary: Webhook = {
7373
username: optDW.displayName || botInfo.name,
74-
avatar_url: optDW.avatarURL || optDW.avatarURL,
74+
avatar_url: optDW.avatarURL || botInfo.avatarURL,
7575
content: '',
7676
embeds: [
7777
{

0 commit comments

Comments
 (0)