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
It would be a nice feature if there was a way to automatically reload views just like cogs are reloaded. I keep all of my views in a single folder, and import them wherever I need them.
I found a way to do this using the importlib library. I reload the file in which the view is present, and then also reload the cog. And it seems to work. Would it possible to make it work?
The text was updated successfully, but these errors were encountered:
It would be a nice feature if there was a way to automatically reload views just like cogs are reloaded. I keep all of my views in a single folder, and import them wherever I need them.
I found a way to do this using the
importlib
library. I reload the file in which the view is present, and then also reload the cog. And it seems to work. Would it possible to make it work?The text was updated successfully, but these errors were encountered: