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