{{define "premium_user_setup"}} {{template "cp_head" .}} {{template "cp_alerts" .}}

Info

Here you can redeem codes from giveaways and assign premium slots to servers.

Keeping discord bots running isn't cheap when they're on tens of thousands of servers, and a Patreon alone without any benefits aside from priority support and whatnot didn't get enough income to run it without a loss, therefor I've had implement premium functionality to increase the intensive to support the bot. The features behind the paywall is extended limits and some other relatively heavy stuff.

If you come across any issues with premium, please let me know!.

Note: This is still a hobby project run by 1 guy in his spare time with occasional code contributions here and there and support provided from unpaid volunteers on their free time, premium functionality is just a bonus to supporting the bot and not a "product".

  • Make a pledge on my Patreon, tiers above 3$ will grant you premium slots, it will take 2 minutes from you make a pledge to it being processed here
  • Other payment methods are also accepted, but requires manual intervention from me, full list: Paypal, Bitcoin, bitcoin cash, Ethereum, Litecoin and Iota, see pricing below and contact me if you wanna donate using one of these methods (pricing is monthly)
    • $3 = 1 premium slot
    • $5 = 2 slots
    • $7.5 = 3 slots
    • $10 = 5 slots
    • Anything above $10: you get 1 slot per $2 you donate

General goodies
  • Coming later...
Extended limits:
  • Message cache duration increased from 1 hour to 12 hours, means you will be able to see removed messages in logs if the message created within 12 hours the message was sent
  • Max custom commands increased to from 100 to 250
  • Max Reddit feeds increased from 100 to 1000
  • Max Youtube feeds increased from 50 to 250 (Possibly higher if needed)
  • Max Soundboard sounds increased from 50 to 250 (Possibly higher if needed)

Redeem code

{{if .QueriedCode}}
  • Code: {{.QueriedCode.Code}}
  • Permanent: {{.QueriedCode.Permanent}}
  • Duration: {{.QueriedCode.Duration}}
{{end}}
{{$dot := .}} {{range .PremiumSlots}}
{{end}}
{{template "cp_footer" .}} {{end}}