Skip to content

Commit

Permalink
Merge pull request #19 from Kjir/main
Browse files Browse the repository at this point in the history
Add a default score of 0 - 0 to encourage players to add it
  • Loading branch information
ZetaTwo authored Dec 5, 2024
2 parents 39f0bd1 + 3f6bb3f commit ab33135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DiscordMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function copyDiscordMessage() {
<div class="w-full max-w-lg text-left">
<p class="mb-4">
Complete your submission by upload the file in the correct discord channel and use the
following message as a template:
following message as a template. Remember to <strong>replace the score</strong> and to <strong>tag your opponent</strong>:
</p>
<div class="relative bg-gray-100 rounded-lg dark:bg-gray-600 p-4 pt-12">
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReplayForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function downloadZip() {
const discordMessage = computed(() => {
const boPaLabel = boPa.value == 'best-of' ? 'Best of' : 'Play all'
return `${player1.value} vs ${player2.value}
return `${player1.value} || 0 - 0 || ${player2.value}
${boPaLabel} ${games.value.length}
Map draft: ${extractDraftUrl(mapDraft.value)}
Civ draft: ${extractDraftUrl(civDraft.value)}`
Expand Down

0 comments on commit ab33135

Please sign in to comment.