arielle
arielle
I can no longer recreate this, so either its been fixed, or there's a lot of requirements.
As evidenced by logs today, this is still occuring. TLDR we're using create_task when we should be saving the task and canceling it when closing the class object.
One thing that needs to be made sure, is that commands.option_enum() isn't broken, and that stdlib enums are supported for options but also allow internal enums. This may already be...
I think this can be reviewed, and as you said, we can change accessors of enums to not have the `value` attribute in a later pull request.
@Chromosomologist would you please resolve conflicts on this pr and get it ready for a review?
@Chromosomologist would you please resolve conflicts on this pr?
I've deployed the latest version of this branch (as of this comment, https://github.com/DisnakeDev/disnake/pull/556/commits/5929b4668e049919ca6147643c12e5d4ec0fb6db) on Monty.
This has a bit of an issue with proxy invalid values, for example a message type of 25 would end up as a simple integer instead of a enum value.
@Chromosomologist what is the status on this PR?
I don't think we should fully remove the warning. Instead of displaying the message content intent warning, we should instead use a warning to use InteractionBot and None as the...