Documentation
Swiftcord
Guild
getBans(then:)
Instance Method
getBans(then:)
Gets guild’s bans
Declaration
func
getBans
(
then
completion
:
@escaping
([
User
]?,
RequestError
?) -> Void)