Skip to content

Commit

Permalink
Bugfix guildAdd #62
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Jun 18, 2020
1 parent 75225c2 commit b0c7c99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ressources/text/commands/guildAdd.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"invitation": "La guilde `{guildName}` souhaiterai que vous la rejoigniez !",
"successTitle": "{pseudo} a rejoint la guilde {guildName} !",
"invitationSuccess": "Le délai avant la prochaine récompense journalière de guild a été réinitialisé.",
"invitationCancelled" : "Vous n'avez pas rejoint la guilde `{guildName}` !"
"invitationCancelled" : "Vous n'avez pas rejoint la guilde `{guildName}` !",
"guildFull" : "Votre guilde est pleine et ne peut pas acceuillir plus de membres."
},
"en": {
"errorTitle": "{pseudo}, hmmm... That didn't work!",
Expand All @@ -22,7 +23,8 @@
"invitation": "The guild `{guildName}` is inviting you!",
"successTitle": "{pseudo} joined the guild {guildName}!",
"invitationSuccess": "The cooldown before the next guild daily reward has been reset.",
"invitationCancelled" : "You did not join the guild `{guildName}`!"
"invitationCancelled" : "You did not join the guild `{guildName}`!",
"guildFull" : "Your guild is full."
}
}
}

0 comments on commit b0c7c99

Please sign in to comment.