mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Change semantics
This commit is contained in:
parent
bd71ecc585
commit
342b5a6f0b
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ async def skip(context):
|
||||||
if len(plugin.d.queue[context.guild_id]) == 0:
|
if len(plugin.d.queue[context.guild_id]) == 0:
|
||||||
plugin.d.queue[context.guild_id].skip()
|
plugin.d.queue[context.guild_id].skip()
|
||||||
|
|
||||||
await context.respond("**Last track skipped**")
|
await context.respond("**Final track skipped**")
|
||||||
return
|
return
|
||||||
|
|
||||||
embed = (
|
embed = (
|
||||||
|
|
Loading…
Reference in a new issue