Skip to content

Commit

Permalink
Error missing a } at the prefix (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synaro committed Aug 4, 2020
1 parent 7457942 commit a72235b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/fr-FR/economy/rob.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"DESCRIPTION": "Essayer de voler un membre !",
"USAGE": "{{prefix}}rob [@member] [amount]",
"EXAMPLES": "{{prefix}rob @Androz#2091 100",
"EXAMPLES": "{{prefix}}rob @Androz#2091 100",
"YOURSELF": "Vous ne pouvez pas vous voler vous-même !",
"MISSING_MEMBER": "Vous devez spécifier un membre valide à voler !",
"MISSING_AMOUNT": "Please enter a valid amount!",
Expand All @@ -12,4 +12,4 @@
"ROB_WON_2": "😕 | **{{username}}** ? Mauvaise nouvelle. Vous venez de vous faire voler **{{money}}** crédits !",
"ROB_LOSE_1": "🚔 | La police vous a attrapé la main dans le sac, impossible de nier, votre amende est de **{{fine}}** crédits. Une compensation de **{{offset}}** crédits va être envoyé à **{{username}}**.",
"ROB_LOSE_2": "🚓 | Mauvaise nouvelle.... **{{username}}** a appelé la police à temps. Votre amende est de **{{fine}}** crédits et une compensation de **{{offset}}** crédits va être envoyé à **{{username}}**."
}
}

0 comments on commit a72235b

Please sign in to comment.