refactor: tweak some messages

This commit is contained in:
2025-01-05 17:39:50 -05:00
parent cf2348c918
commit 4a1ef90059
2 changed files with 2 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ async def queue_or_play(message, edited=False):
):
await utils.reply(
message,
"you can only queue **5 songs** without the manage channels permission!",
"you can only queue **5 items** without the manage channels permission!",
)
return
@@ -180,7 +180,6 @@ async def queue_or_play(message, edited=False):
def embed(description):
e = disnake.Embed(
title="Queued",
description=description,
color=constants.EMBED_COLOR,
)