Updating title of pat command

pull/8/head
sgoudham 4 years ago
parent a8b6f39b03
commit 188459ae8b

@ -240,9 +240,9 @@ class Interactive(commands.Cog):
"""Pat a Member"""
if member is ctx.author:
title = f":scream: :scream: | **{ctx.author.name}** patted **themselves**"
title = f"👉 👈 | **{ctx.author.name}** patted **themselves**"
else:
title = f":scream: :scream: | **{ctx.author.name}** patted **{member.display_name}**"
title = f"👉 👈 | **{ctx.author.name}** patted **{member.display_name}**"
# Surround with try/except to catch any exceptions that may occur
try:

Loading…
Cancel
Save