From a25a1e73baa8ef341f9bdeeb9adf655e1a28dfab Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 20:01:59 -0500 Subject: [PATCH] misc(bible): changed some strings --- bible/bible.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)