We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4431e commit bf5a5d6Copy full SHA for bf5a5d6
common/src/commonMain/kotlin/net/cakeyfox/common/Constants.kt
@@ -54,9 +54,9 @@ object Constants {
54
): String {
55
return if (clusterId != null) {
56
when(environment) {
57
- "development" -> "💫 foxybot.xyz/add | Cluster $clusterId"
58
- "production" -> "$activity | Cluster $clusterId"
59
- else -> "$activity | Cluster $clusterId"
+ "development" -> "💫 foxybot.xyz/add | Cluster $clusterId | Shards: $shards"
+ "production" -> "$activity | Cluster $clusterId | Shards: $shards"
+ else -> "$activity | Cluster $clusterId | Shards: $shards"
60
}
61
} else {
62
0 commit comments