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 Client#defaultPrefix property was deprecated in 7a4c65d when it was replaced with Client#prefix. defaultPrefix is now a getter/setter pair that aliases directly to prefix, so it can be directly replaced in consumer code.
Client#defaultPrefix will be removed in the 3.0.0 release (#94).
The text was updated successfully, but these errors were encountered:
The
Client#defaultPrefix
property was deprecated in 7a4c65d when it was replaced withClient#prefix
.defaultPrefix
is now a getter/setter pair that aliases directly toprefix
, so it can be directly replaced in consumer code.Client#defaultPrefix
will be removed in the 3.0.0 release (#94).The text was updated successfully, but these errors were encountered: