-
Notifications
You must be signed in to change notification settings - Fork 947
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created a new public "premium-perks" page, and added details about pa…
…treon on premium page. (#1713) * created a new public premium-perks page, and added details about patreon slots on premium page * created a new public premium-perks page, and added details about patreon slots on premium page
- Loading branch information
1 parent
8eae5d6
commit 0f17419
Showing
3 changed files
with
92 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{{define "premium_perks"}} | ||
{{template "cp_head" .}} | ||
|
||
<div class="page-header"> | ||
<h2>Premium Perks</h2> | ||
</div> | ||
|
||
{{template "cp_alerts" .}} | ||
|
||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<section class="card"> | ||
<header class="card-header"> | ||
<h2 class="card-title">Info</h2> | ||
</header> | ||
<div class="card-body"> | ||
<p>Premium helps covers server cost and supports the development of the bot</p> | ||
<p>Here you can find the features that premium subscription provides.</p> | ||
<button class="btn btn-primary mb-2" type="button" data-toggle="collapse" | ||
data-target="#premium-how-to-get" aria-expanded="true" aria-controls="premium-how-to-get"> | ||
How to get premium? | ||
</button> | ||
<div class="collapse" id="premium-how-to-get"> | ||
<section class="card"> | ||
<div class="card-body"> | ||
<ul> | ||
<li>Make a pledge on our <a href="https://patreon.com/yagpdb">Patreon</a>. Tiers $3 and above | ||
will grant you premium slots. It can take up to 10 minutes from you making a pledge to it | ||
being processed on our side. (If you do not see your premium slots after that time, please contact us through the support server.)</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</div><br> | ||
<button class="btn btn-primary" type="button" data-toggle="collapse" | ||
data-target="#premium-full-benefits" aria-expanded="true" aria-controls="premium-full-benefits"> | ||
Full list of premium benefits | ||
</button> | ||
<div class="collapse" id="premium-full-benefits"> | ||
<section class="card"> | ||
<div class="card-body"> | ||
<b>General goodies</b> | ||
<ul> | ||
<li>Trigger CCs on Message Edit </li> | ||
<li>Retroactive AutoRole Scan and Assignment </li> | ||
<li>Access to priority support channels on our support server ($5 and above subscription only)</li> | ||
</ul> | ||
|
||
<b>Extended limits:</b> | ||
<ul> | ||
<li>Message cache duration increased from 1 hour to 12 hours, which means you will be | ||
able to see the removed messages in the logs if the message was sent in the previous | ||
12 hours</li> | ||
<li>Max custom commands increased from 100 to 250</li> | ||
<li>Max Reddit feeds increased from 20 to 1000</li> | ||
<li>Max Youtube feeds increased from 10 to 250 (Possibly higher if needed)</li> | ||
<li>Max Soundboard sounds increased from 50 to 250 (Possibly higher if needed)</li> | ||
<li>Custom Command Length increased to 20000 characters from 10000</li> | ||
<li>Increased database storage and interaction limits.</li> | ||
<li>Various custom command function limits increased</li> | ||
<li>Advanced Automod limits increased</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- /.panel --> | ||
</div> | ||
<!-- /.col-lg-12 --> | ||
</div> | ||
|
||
|
||
{{template "cp_footer" .}} | ||
|
||
{{end}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters