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
datatypes.AsyncCommand is deprecated, remove references to it in the client module. This should be as easy as changing from datatypes import AsyncCommand to from datatypes import Command.
datatypes.AsyncCommandis deprecated, remove references to it in theclientmodule. This should be as easy as changingfrom datatypes import AsyncCommandtofrom datatypes import Command.