Skip to content

Commit

Permalink
Update PingCommand message
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Jan 8, 2025
1 parent c4d7902 commit a17f58a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ class PingExecutor : FoxyCommandExecutor() {
InetAddress.getLocalHost().hostName
}

val response = pretty(FoxyEmotes.FoxyHowdy, "Ping\n") +
pretty(FoxyEmotes.FoxyWow, "Gateway Ping: ${gatewayPing}ms\n") +
pretty(FoxyEmotes.FoxyThink, "Shard ID: ${currentShardId}/${totalShards}\n") +
pretty(FoxyEmotes.FoxyCupcake, "Cluster: `$hostname`")
val response = pretty(FoxyEmotes.FoxyHowdy, "**Pong!**\n") +
pretty(FoxyEmotes.FoxyWow, "**Gateway Ping:** `${gatewayPing}ms`\n") +
pretty(FoxyEmotes.FoxyThink, "**Shard ID:** `${currentShardId}/${totalShards}`\n") +
pretty(FoxyEmotes.FoxyCupcake, "**Cluster:** `$hostname`")

context.reply {
content = response
Expand Down

0 comments on commit a17f58a

Please sign in to comment.