misc(bible): changed some strings

This commit is contained in:
Seaswimmer 2024-02-01 20:01:59 -05:00
parent 633c9022bb
commit a25a1e73ba
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -171,7 +171,7 @@ class Bible(commands.Cog):
description=passage["content"].replace("", ""),
color=await self.bot.get_embed_color(ctx.channel),
)
embed.set_footer(text=f"{ctx.prefix}bible passage - Powered by API.bible")
embed.set_footer(text=f"{ctx.prefix}bible passage - Powered by API.Bible")
await ctx.send(embed=embed)
@bible.command(name="random")
@ -203,5 +203,5 @@ class Bible(commands.Cog):
description=passage["content"].replace("", ""),
color=await self.bot.get_embed_color(ctx.channel),
)
embed.set_footer(text=f"{ctx.prefix}bible random - Powered by API.bible")
embed.set_footer(text=f"{ctx.prefix}bible random - Powered by API.Bible")
await ctx.send(embed=embed)