changed 100% to be bot

This commit is contained in:
AidanV 2024-04-19 09:52:54 -07:00
parent ff14b9a265
commit 588206c172

View file

@ -86,6 +86,8 @@ function Status:percentage()
if percent == 0 then
percent = " Top "
elseif percent == 100 then
percent = " Bot "
else
percent = string.format(" %3d%% ", percent)
end