Skip to content

Commit

Permalink
footer in search embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Toricane authored Oct 23, 2021
1 parent 1783e41 commit b849114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slash_help/slash_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ async def send_help(
),
inline=False,
)
if self.footer is not None:
page.set_footer(text=self.footer)
embeds.append(page)
await Paginator(
self.bot,
Expand Down

0 comments on commit b849114

Please sign in to comment.