Print player name in error message for rsi_find
This commit is contained in:
parent
f21e2d08c7
commit
79e6088777
0
app/animals.py
Executable file → Normal file
0
app/animals.py
Executable file → Normal file
0
app/bot.py
Executable file → Normal file
0
app/bot.py
Executable file → Normal file
0
app/cogs/animal_functions.py
Executable file → Normal file
0
app/cogs/animal_functions.py
Executable file → Normal file
0
app/get_from_reddit.py
Executable file → Normal file
0
app/get_from_reddit.py
Executable file → Normal file
@ -63,7 +63,7 @@ async def rsi_find(player):
|
|||||||
description="❌❌❌",
|
description="❌❌❌",
|
||||||
color=discord.Color.red(),
|
color=discord.Color.red(),
|
||||||
type="rich",
|
type="rich",
|
||||||
title="Player does not exist",
|
title="Player %s does not exist" % player,
|
||||||
)
|
)
|
||||||
return embed
|
return embed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user