mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 07:15:34 +00:00
[ERR] Enhance Ave's F
This commit is contained in:
parent
e779903ac1
commit
88a3dd1f33
|
@ -120,7 +120,6 @@ class Err:
|
|||
embed = discord.Embed(title=f"{str_errcode} / {hex(errcode)}",
|
||||
url=self.rickroll,
|
||||
description=err_description)
|
||||
embed.set_footer(text="Console: Switch")
|
||||
embed.add_field(name="Module",
|
||||
value=f"{err_module} ({module})",
|
||||
inline=True)
|
||||
|
@ -128,9 +127,11 @@ class Err:
|
|||
|
||||
# Send message, crazy
|
||||
if "ban" in err_description:
|
||||
await ctx.send("F", embed=embed)
|
||||
embed.set_footer("F to you | Console: Switch")
|
||||
else:
|
||||
await ctx.send(embed=embed)
|
||||
embed.set_footer(text="Console: Switch")
|
||||
|
||||
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