From 342b5a6f0b298b5683a51df855e5d1ec3d326fbc Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 4 Mar 2022 13:18:53 -0600 Subject: [PATCH] Change semantics --- commands/music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/music.py b/commands/music.py index 2242271..69edcd6 100644 --- a/commands/music.py +++ b/commands/music.py @@ -256,7 +256,7 @@ async def skip(context): if len(plugin.d.queue[context.guild_id]) == 0: plugin.d.queue[context.guild_id].skip() - await context.respond("**Last track skipped**") + await context.respond("**Final track skipped**") return embed = (