Package io.manebot.user
Interface UserRegistration
-
public interface UserRegistration
-
-
Method Summary
Modifier and Type Method Description default boolean
canRegister(PlatformUser platformUser)
UserAssociation
register(ChatMessage message)
-
-
-
Method Detail
-
canRegister
default boolean canRegister(PlatformUser platformUser)
-
register
UserAssociation register(ChatMessage message) throws CommandExecutionException
- Throws:
CommandExecutionException
-
-