Print player name in error message for rsi_find

This commit is contained in:
Luke Robles 2023-12-22 23:52:04 -08:00
parent cbc39f5a91
commit 2fff94fd1c
5 changed files with 1 additions and 1 deletions

0
app/animals.py Executable file → Normal file
View File

0
app/bot.py Executable file → Normal file
View File

0
app/cogs/animal_functions.py Executable file → Normal file
View File

0
app/get_from_reddit.py Executable file → Normal file
View File

View File

@ -63,7 +63,7 @@ async def rsi_find(player):
description="❌❌❌",
color=discord.Color.red(),
type="rich",
title="Player does not exist",
title="Player %s does not exist" % player,
)
return embed