dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
665 stars 155 forks source link

Fix ActionRow not implementing "to_dict()" #496

Closed unsmxrt closed 1 year ago

unsmxrt commented 1 year ago

This would make modals impossible to submit, for example

Summary

This pull request fixes issue #495, which I've found is caused by ActionRow not having to_dict() function implemented.

General Info

dolfies commented 1 year ago

I just did it myself, thanks anyway!