fix(bible): use the correct attachment name

This commit is contained in:
Seaswimmer 2024-04-06 06:20:14 -04:00
parent 33ce8a147c
commit 04c3b0e83c
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -275,7 +275,7 @@ class Bible(commands.Cog):
)
embed.set_footer(
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)
else:
@ -317,7 +317,7 @@ class Bible(commands.Cog):
)
embed.set_footer(
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)
else: