Skip to content
Snippets Groups Projects
Commit 288ae7d6 authored by dnns01's avatar dnns01
Browse files

Change text for negative values

parent b12495cf
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class ClickGame(commands.Cog):
button.value -= 1
elif value < 0:
await interaction.response.send_message(
f"Oh nein! Du hast das Monster gestärkt. Es greift dich an und du bekommst {value} Punkte abgezogen.",
f"Oh nein! Du hast das Monster gestärkt. Es greift dich an und du bekommst {-value} Punkte abgezogen.",
ephemeral=True)
button.value += 1
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment