diff --git a/bible/bible.py b/bible/bible.py index b543afb..dac929b 100644 --- a/bible/bible.py +++ b/bible/bible.py @@ -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)