DiscordBan
public struct DiscordBan
Represents a ban.
-
The reason this person was banned.
Declaration
Swift
public let reason: String?
-
The user who is banned.
Declaration
Swift
public let user: DiscordUser