SubscriptionDeleteEvent  
    class SubscriptionDeleteEvent(val subscription: Subscription, val kord: Kord, val shard: Int, val customContext: Any?) : Event(source)
An Event that is sent when a Subscription for a Premium App has been deleted.
Properties
Link copied to clipboard
                  A custom object that can be inserted when creating events. By default, this is just null.
Link copied to clipboard
                  The Subscription that was deleted.