Fixing wording in the error message for the /ship command
This commit is contained in:
parent
04119b7b3b
commit
3294ef6b3b
2
app/star_citizen.py
Normal file → Executable file
2
app/star_citizen.py
Normal file → Executable file
@ -206,7 +206,7 @@ async def get_ship(ship_name):
|
||||
embed = discord.Embed(description="❌", color=discord.Color.red(), type="rich")
|
||||
embed.add_field(
|
||||
name="**Could not find that ship**",
|
||||
value="You gave me %s. Did you spell it right? (Its also possible my shitty code isnt working right)"
|
||||
value="You gave me %s. Did you spell it right?\n\n(Its also possible my shitty code isnt working)"
|
||||
% ship_name,
|
||||
inline=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user