Skip to content

Commit

Permalink
fix: field name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Oct 13, 2022
1 parent 5a61a55 commit 9f91d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embeds/EventEmbed.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class EventEmbed extends BaseEmbed {
});
} else {
this.fields.push({
nmame: event.victimNode,
name: event.victimNode,
value: i18n`Fight for ${event.affiliatedWith}`,
});
}
Expand Down

0 comments on commit 9f91d24

Please sign in to comment.