Skip to content

Commit

Permalink
Hotfix sentence structure mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
2000Arion committed Aug 18, 2024
1 parent 5adfbd6 commit 4d5b3ba
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ client.on('messageCreate', async (message) => {
const newTarget = await getTarget();

await message.channel.send({
content: `🎉 Herzlichen Glückwunsch! Das Ziel wurde erreicht.\n${resetMessageMap[newMode] || resetMessageMap.default} und ihr müsst bis **${newTarget}** zählen. Viel Glück! (Modus: ${tutorialTitle})`,
content: `🎉 Herzlichen Glückwunsch! Das Ziel wurde erreicht.\n${resetMessageMap[newMode] || resetMessageMap.default} In dieser Runde müsst ihr bis **${newTarget}** zählen. Viel Glück! (Modus: ${tutorialTitle})`,
embeds: [{
title: "Erklärung",
description: tutorialDescription,
Expand Down
56 changes: 29 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counting-discord-bot",
"version": "1.0.1",
"version": "1.0.1-1",
"description": "JS Discord bot for a counting game",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d5b3ba

Please sign in to comment.