Skip to content

Commit

Permalink
update dominator embed
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Oct 10, 2023
1 parent f941747 commit fdd3d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embeds/dominator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default function embedDominator(dominator: MessageDominator | MemberDomin
embed.setTitle(`Member Dominator Settings for Server: ${server.name}`)
.addFields(
{ name: "\u200B", value: "\u200B" },
{ name: "Crime Coefficient 100 Action", value: ACTION_PRETTY[ACTIONS[dominator.crime_coefficient_100_action] as keyof typeof ACTION_PRETTY], inline: true },
{ name: "Crime Coefficient 300 Action", value: ACTION_PRETTY[ACTIONS[dominator.crime_coefficient_300_action] as keyof typeof ACTION_PRETTY], inline: true }
{ name: `${ATTR_PRETTY.crime_coefficient_100} Action`, value: ACTION_PRETTY[ACTIONS[dominator.crime_coefficient_100_action] as keyof typeof ACTION_PRETTY], inline: true },
{ name: `${ATTR_PRETTY.crime_coefficient_300} Action`, value: ACTION_PRETTY[ACTIONS[dominator.crime_coefficient_300_action] as keyof typeof ACTION_PRETTY], inline: true }
);
} else embed.setTitle(`Message Dominator Settings for Server: ${server.name}`);

Expand Down

0 comments on commit fdd3d8e

Please sign in to comment.