Replies: 1 comment
-
The internal mapping is stored as Likewise, if |
Beta Was this translation helpful? Give feedback.
-
The internal mapping is stored as Likewise, if |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Get cog is annotated to return

Optional[Cog]
but it returns a subclass ofCog
.Adding

get_cog
in my bot class with bound return type solved this problem, just wanted to know why its annotated that way.Beta Was this translation helpful? Give feedback.
All reactions