Skip to content

Commit

Permalink
web/database: show remaining entires
Browse files Browse the repository at this point in the history
Signed-off-by: SoggySaussages <[email protected]>
  • Loading branch information
SoggySaussages committed Nov 22, 2024
1 parent c582692 commit 650c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customcommands/assets/customcommands-database.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 class="card-title">Database Usage - {{.DatabaseUsagePercent}}% Full</h2>
</header>
<div class="card-body">
<div class="col-auto">
<h4>{{.TotalDatabaseUsage}} Entries used of total {{.TotalDatabaseCapacity}}</h4>
<h4>{{.TotalDatabaseUsage}} Entries used of total {{.TotalDatabaseCapacity}}<p>{{sub .TotalDatabaseCapacity .TotalDatabaseUsage}} available</p></h4>
<p>
Total calculated by member count multiplied by 50{{if .IsGuildPremium}}0{{end}} (<code>{{.ActiveGuild.MemberCount}}*50{{if .IsGuildPremium}}0{{end}}</code>).{{if not .IsGuildPremium}} Get 10 times the
database space with <a href="/premium">premium</a>!{{end}}
Expand Down

0 comments on commit 650c33e

Please sign in to comment.