Remove 'Guava' for better self-host support
This commit is contained in:
parent
7d78bbae16
commit
9a31885078
@ -85,7 +85,7 @@ class HelpView(discord.ui.View):
|
|||||||
self, interaction: discord.Interaction, button: discord.ui.Button
|
self, interaction: discord.Interaction, button: discord.ui.Button
|
||||||
):
|
):
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title=":musical_note: All Guava Commands :musical_note:", color=BOT_COLOR
|
title=":musical_note: All Commands :musical_note:", color=BOT_COLOR
|
||||||
)
|
)
|
||||||
|
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
@ -109,11 +109,11 @@ class Help(commands.Cog):
|
|||||||
|
|
||||||
if command == None:
|
if command == None:
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title=f":musical_note: Guava Help :musical_note:", color=BOT_COLOR
|
title=f":musical_note: Help :musical_note:", color=BOT_COLOR
|
||||||
)
|
)
|
||||||
|
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="**Use Guava**",
|
name="**Use Me**",
|
||||||
value="> To get started, use the </play:1224840890368000172> command and enter the name or link to the song of your choice.",
|
value="> To get started, use the </play:1224840890368000172> command and enter the name or link to the song of your choice.",
|
||||||
inline=False,
|
inline=False,
|
||||||
)
|
)
|
||||||
|
@ -57,7 +57,7 @@ class Skip(commands.Cog):
|
|||||||
if not player.current:
|
if not player.current:
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="End of Queue",
|
title="End of Queue",
|
||||||
description=f"All songs in queue have been played. Thank you for using Guava :wave:\n\nIssued by: {interaction.user.mention}",
|
description=f"All songs in queue have been played. Thank you for using me :wave:\n\nIssued by: {interaction.user.mention}",
|
||||||
color=BOT_COLOR,
|
color=BOT_COLOR,
|
||||||
)
|
)
|
||||||
return await interaction.response.send_message(embed=embed)
|
return await interaction.response.send_message(embed=embed)
|
||||||
|
@ -27,7 +27,7 @@ class Stop(commands.Cog):
|
|||||||
|
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Queue Cleared and Music Stopped",
|
title="Queue Cleared and Music Stopped",
|
||||||
description=f"Thank you for using Guava :wave:\n\nIssued by: {interaction.user.mention}",
|
description=f"Thank you for using me :wave:\n\nIssued by: {interaction.user.mention}",
|
||||||
color=BOT_COLOR,
|
color=BOT_COLOR,
|
||||||
)
|
)
|
||||||
embed.set_footer(
|
embed.set_footer(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user