Skip to content

Commit

Permalink
adds .sex command
Browse files Browse the repository at this point in the history
  • Loading branch information
epochayur committed Dec 8, 2023
1 parent 3b83b78 commit 308452a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pet/pets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,3 +1041,11 @@ async def nz(self, ctx, *, name: str = None):
"""
message = "https://www.youtube.com/watch?v=XqHA5nGap5A"
await ctx.send(message)

@commands.command()
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)

0 comments on commit 308452a

Please sign in to comment.