Skip to content

Commit bf5a5d6

Browse files
committed
Update Constants
1 parent fc4431e commit bf5a5d6

File tree

1 file changed

+3
-3
lines changed
  • common/src/commonMain/kotlin/net/cakeyfox/common

1 file changed

+3
-3
lines changed

common/src/commonMain/kotlin/net/cakeyfox/common/Constants.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ object Constants {
5454
): String {
5555
return if (clusterId != null) {
5656
when(environment) {
57-
"development" -> "💫 foxybot.xyz/add | Cluster $clusterId"
58-
"production" -> "$activity | Cluster $clusterId"
59-
else -> "$activity | Cluster $clusterId"
57+
"development" -> "💫 foxybot.xyz/add | Cluster $clusterId | Shards: $shards"
58+
"production" -> "$activity | Cluster $clusterId | Shards: $shards"
59+
else -> "$activity | Cluster $clusterId | Shards: $shards"
6060
}
6161
} else {
6262
when(environment) {

0 commit comments

Comments
 (0)