misc(bible): changed some strings
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s

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

View file

@ -171,7 +171,7 @@ class Bible(commands.Cog):
description=passage["content"].replace("", ""), description=passage["content"].replace("", ""),
color=await self.bot.get_embed_color(ctx.channel), 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) await ctx.send(embed=embed)
@bible.command(name="random") @bible.command(name="random")
@ -203,5 +203,5 @@ class Bible(commands.Cog):
description=passage["content"].replace("", ""), description=passage["content"].replace("", ""),
color=await self.bot.get_embed_color(ctx.channel), 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) await ctx.send(embed=embed)