Skip to content

Commit

Permalink
🚑 Hotfix de lang net reference / Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbernhart authored Jul 9, 2023
2 parents 7ebe584 + a65dfc6 commit 89eb278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "healthznerbot",
"version": "2.0.2",
"version": "2.0.3",
"description": "A discord bot to get periodically updates of the health status of your hetzner cloud machines.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lang/de.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const lang = {
status: {
failed: (server: Record<string, any>) => {
return `❌ Server **${server.name}**(${server.public_net.ipv4.ip}) ist momentan offline.`;
return `❌ Server **${server.name}**(${server.publicNet.ipv4.ip}) ist momentan offline.`;
},
success: "🟢 Alle Server sind online!",
},
Expand Down

0 comments on commit 89eb278

Please sign in to comment.