Package org.javacord.api.event.user
Interface UserChangeNameEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNewName()
Gets the new name of the user.String
getOldName()
Gets the old name of the user.
-