restoring lost work

This commit is contained in:
Master Kwoth
2017-11-28 16:11:38 +07:00
parent 6e5fd672ea
commit e266489076
2 changed files with 8 additions and 4 deletions

View File

@ -921,7 +921,7 @@ namespace NadekoBot.Modules.Music
{
var mp = await _service.GetOrCreatePlayer(Context);
mp.OutputTextChannel = null;
mp.OutputTextChannel = mp.OriginalTextChannel;
_service.SetMusicChannel(Context.Guild.Id, null);
await ReplyConfirmLocalized("unset_music_channel").ConfigureAwait(false);