Skip to content

Commit

Permalink
fix: correct disable message
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Jun 19, 2024
1 parent 7bbd920 commit b0f0fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class ServerStatusMonitorService(

channel.createMessage(
"""Disabled displayPlayerGearLevel for server status monitor '${serverStatusMonitor.id}' because
|the bot companion did not respond successfully after ${botProperties.maxFailedAttempts} attempts.
|the bot companion did not respond successfully after ${botProperties.maxFailedApiAttempts} attempts.
|Please make sure the server-api-hostname and server-api-port are correct.
|You can re-enable the functionality using the update-server command.""".trimMargin()
)
Expand Down

0 comments on commit b0f0fa4

Please sign in to comment.