Merge pull request #1154 from shikhir-arora/dev-patch
Fix RepeatPlaylist/RepeatSong bug & add quote ID to .qsearch output
This commit is contained in:
commit
a4a28a814f
@ -163,7 +163,7 @@ namespace NadekoBot.Modules.Music.Classes
|
||||
}
|
||||
|
||||
|
||||
if (RepeatPlaylist)
|
||||
if (RepeatPlaylist & !RepeatSong)
|
||||
AddSong(CurrentSong, CurrentSong.QueuerName);
|
||||
|
||||
if (RepeatSong)
|
||||
|
@ -97,7 +97,7 @@ namespace NadekoBot.Modules.Utility
|
||||
if (keywordquote == null)
|
||||
return;
|
||||
|
||||
await Context.Channel.SendMessageAsync("💬 " + keyword.ToLowerInvariant() + ": " +
|
||||
await Context.Channel.SendMessageAsync($"`#{keywordquote.Id}` 💬 " + keyword.ToLowerInvariant() + ": " +
|
||||
keywordquote.Text.SanitizeMentions());
|
||||
}
|
||||
|
||||
@ -176,4 +176,4 @@ namespace NadekoBot.Modules.Utility
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user