[BUG] Paginator extension throws on footer #1567
Labels
bug
Something isn't working
help wanted
Extra attention is needed
specific condition
This happens on specific condition
Library Version
5.10.0
Describe the Bug
Using
Paginator
from theinteractions.ext.paginators
extension will throw aTypeError
for missing embed footers.From
@algorythm_cs
on Discord:After checking the extension and
Embed
code, I've flagged the bug as failing to rewrite our embed, due to the method's return:interactions.py/interactions/models/discord/embed.py
Lines 400 to 410 in 0129d53
This is neglected when converting embeds to dictionaries within the paginator:
interactions.py/interactions/ext/paginators.py
Lines 345 to 346 in 0129d53
Steps to Reproduce
Embed
omittingfooter
.Paginator
, whether from one embed, or numerous..send()
on the paginator.Expected Results
A paginator should be sent without any bugs (assuming a pragmatic approach)
Minimal Reproducible Code
Traceback
No response
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: