Skip to content

Commit

Permalink
bot-info verbiage update
Browse files Browse the repository at this point in the history
  • Loading branch information
Humblemonk committed Jul 4, 2024
1 parent ad42c7b commit 99fcd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dice_maiden_logic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def check_bot_info(event)
shards = $db.execute 'select max(shard_id) from shard_stats;'
total_shards = shards.join.to_i + 1
total_mem = $db.execute 'select sum(mem) from shard_stats;'
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")
event.respond(content: "| Dice Maiden | - servers: `#{servers.join.to_i}` shards: `#{total_shards}` mem: `#{total_mem.join.to_i.round / 1024}GB`")
true
end
end
Expand Down

0 comments on commit 99fcd93

Please sign in to comment.