Skip to content

Commit

Permalink
add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
epochayur committed Dec 8, 2023
1 parent 308452a commit de3dde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pet/pets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,4 +1048,4 @@ async def sex(self, ctx, *, name: str = None):
Stop, Takeshi! Your body can't handle much more of this!
"""
message = "https://www.youtube.com/watch?v=UHmFbT8DPX8"
await ctx.send(message)
await ctx.send(message)

0 comments on commit de3dde1

Please sign in to comment.