You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nick argument doesn't need to be String in any case though, as it is only used for communicating with the REST API, it is not stored anywhere after that. &str is a strictly better choice for it.
The text was updated successfully, but these errors were encountered: