CasuallyCalm / discord-pretty-help

An embed version of the built in help command for discord.py
MIT License
127 stars 32 forks source link

ImportError: cannot import name 'Navigation' from 'pretty_help' #52

Closed AgentLoneStar007 closed 3 years ago

AgentLoneStar007 commented 3 years ago

I recently started using this library for a Discord bot I'm making. I went to start the bot, and it says it can't import Navigation from pretty help. image Was this deprecated without my knowing, or am I doing something wrong?

CasuallyCalm commented 3 years ago

Yes, this was depreciated and replaced with DefaultMenu See the revised README for an example. This was done so others could create custom menus and integrate them more easily. Sorry for the inconvenience.

AgentLoneStar007 commented 3 years ago

Thanks for the help.