mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-12 00:15:51 +00:00
err: F on ban
This commit is contained in:
parent
a46576c66a
commit
2d4c75463e
|
@ -127,7 +127,10 @@ class Err:
|
|||
embed.add_field(name="Description", value=desc, inline=True)
|
||||
|
||||
# Send message, crazy
|
||||
await ctx.send(embed=embed)
|
||||
if "ban" in err_description:
|
||||
await ctx.send("F", embed=embed)
|
||||
else:
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
# Special case handling because Nintendo feels like
|
||||
# its required to break their format lol
|
||||
|
|
Loading…
Reference in a new issue