Skip to content

Commit

Permalink
Update messages.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MCbabel authored Jun 12, 2024
1 parent 08bbb5f commit f572168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def error(message):

@staticmethod
def connected(channel):
return discord.Embed(title="🔗 Connected", description=f"Connected to {channel}.", color=discord.Color.green())
return discord.Embed(title="🔗 Connected", description=f"Connected to **{channel}**.", color=discord.Color.green())

@staticmethod
def disconnected():
Expand All @@ -23,7 +23,7 @@ def added_to_queue(title):

@staticmethod
def skipped():
return discord.Embed(title="⏭️ Skipped", description="The current song has been skipped.", color=discord.Color.orange())
return discord.Embed(title=" Skipped", description="The current song has been skipped.", color=discord.Color.orange())

@staticmethod
def paused():
Expand Down

0 comments on commit f572168

Please sign in to comment.