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
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the migration guide for tips on how to upgrade.
Breaking Changes
All functions return Promises by default
Dropped support for Node.js 10.x, the minimum supported Node.js version is now 12.x
createClient takes new and different arguments
The prefix, rename_commands configuration options to createClient have been removed
Login credentials are no longer saved when using .auth() directly