{{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.

There is 2 ways to get premium slots, 1. Using the patreon page, and 2. participating in giveaways.

Note that premium is currently in the TESTING phase, so there may be bugs and quirks that needs to be worked out still.

Another 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".

It will take up to 2 minutes from making the pledge on patreon to it showing up here, so give it those 2 minutes before you contact me

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}}