misc(bible): changed some strings
This commit is contained in:
parent
633c9022bb
commit
a25a1e73ba
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue