mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 20:53:17 +00:00
Updated play
This commit is contained in:
parent
378fe97ea3
commit
ef18a08cc6
@ -75,7 +75,8 @@ module.exports = {
|
|||||||
|
|
||||||
if (radio) {
|
if (radio) {
|
||||||
client.funcs.statisticsUpdate(client, msg.guild, radio);
|
client.funcs.statisticsUpdate(client, msg.guild, radio);
|
||||||
|
radio.audioPlayer.stop();
|
||||||
|
|
||||||
radio.station = station;
|
radio.station = station;
|
||||||
radio.textChannel = msg.channel;
|
radio.textChannel = msg.channel;
|
||||||
play(msg.guild, client, url);
|
play(msg.guild, client, url);
|
||||||
|
Loading…
Reference in New Issue
Block a user