Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 28, 2022
1 parent ccbe202 commit 92a5e04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buttoninvite/url_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ async def send_message(
embed: Optional[discord.Embed] = None,
url_button: Optional[URLButton] = None,
):
"""Send a message with a URL button, with pure dpy 1.7."""
"""
Send a message with a URL button, with pure dpy 1.7.
"""
payload = {}

if content:
Expand Down

0 comments on commit 92a5e04

Please sign in to comment.