Skip to content

Commit 99fcd93

Browse files
committed
bot-info verbiage update
1 parent ad42c7b commit 99fcd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dice_maiden_logic.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def check_bot_info(event)
540540
shards = $db.execute 'select max(shard_id) from shard_stats;'
541541
total_shards = shards.join.to_i + 1
542542
total_mem = $db.execute 'select sum(mem) from shard_stats;'
543-
event.respond(content: "| Dice Maiden | - #{servers.join.to_i} active servers across #{total_shards} shards using #{total_mem.join.to_i.round / 1024}GB of ram")
543+
event.respond(content: "| Dice Maiden | - servers: `#{servers.join.to_i}` shards: `#{total_shards}` mem: `#{total_mem.join.to_i.round / 1024}GB`")
544544
true
545545
end
546546
end

0 commit comments

Comments
 (0)