mirror of https://github.com/icedream/ts3bot.git
Command aliases for "add" and "append" -> "enqueue".
parent
69b6deb9be
commit
8964db5afa
2
app.iced
2
app.iced
|
@ -209,7 +209,7 @@ ts3clientService.on "started", (ts3proc) =>
|
||||||
return
|
return
|
||||||
|
|
||||||
ts3query.sendtextmessage args.targetmode, invoker.id, "Going to the next playlist entry."
|
ts3query.sendtextmessage args.targetmode, invoker.id, "Going to the next playlist entry."
|
||||||
when "enqueue"
|
when "enqueue", "add", "append"
|
||||||
inputBB = paramline
|
inputBB = paramline
|
||||||
input = removeBB paramline
|
input = removeBB paramline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue