Enum ApplicationStoreState
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public enum ApplicationStoreState
Fields
Approved = 4
Application has been approved for the store.
None = 1
Application does not have a commerce license.
Paid = 2
Application has a commerce license but has not yet submitted a store approval request.
Rejected = 5
Application has been rejected from the store.
Submitted = 3
Application has submitted a store approval request.