Package org.javacord.api.entity.server
Interface Ban
-
public interface BanThis class represents a ban.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getReason()Gets the reason for the ban.ServergetServer()Gets the server of the ban.UsergetUser()Gets the banned user.
-