fix(bible): use the correct attachment name
This commit is contained in:
parent
33ce8a147c
commit
04c3b0e83c
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ class Bible(commands.Cog):
|
||||||
)
|
)
|
||||||
embed.set_footer(
|
embed.set_footer(
|
||||||
text=f"{ctx.prefix}bible passage - Powered by API.Bible - {version.abbreviationLocal} ({version.languageLocal}, {version.descriptionLocal})",
|
text=f"{ctx.prefix}bible passage - Powered by API.Bible - {version.abbreviationLocal} ({version.languageLocal}, {version.descriptionLocal})",
|
||||||
icon_url="attachment://favicon.png"
|
icon_url="attachment://icon.png"
|
||||||
)
|
)
|
||||||
await ctx.send(embed=embed, file=icon)
|
await ctx.send(embed=embed, file=icon)
|
||||||
else:
|
else:
|
||||||
|
@ -317,7 +317,7 @@ class Bible(commands.Cog):
|
||||||
)
|
)
|
||||||
embed.set_footer(
|
embed.set_footer(
|
||||||
text=f"{ctx.prefix}bible random - Powered by API.Bible - {version.abbreviationLocal} ({version.languageLocal}, {version.descriptionLocal})",
|
text=f"{ctx.prefix}bible random - Powered by API.Bible - {version.abbreviationLocal} ({version.languageLocal}, {version.descriptionLocal})",
|
||||||
icon_url="attachment://favicon.png"
|
icon_url="attachment://icon.png"
|
||||||
)
|
)
|
||||||
await ctx.send(embed=embed, file=icon)
|
await ctx.send(embed=embed, file=icon)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue