edpy made a breaking change.
`ctx.channel` is now a `PartialMessageable`, meaning that it only had a `.id` attribute, this can be solved within your code by fetching the channel.
However, this change extended to `ctx.guild` - which was gathered from `ctx.guild` within the module. As a quick hotfix solution, I've added an optional keyword where you can fetch the `Guild` object in your code, and then pass in the guild (just like you'd pass the channel).
Fixed:
- Nothing
Added:
- Optional Keyword for Guild object
Removed:
- Nothing
Known Issues:
- There are currently no known issues, so if you spot something - please let me know via Discord or open up a Github Issue.
💜