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);
|
AddSong(CurrentSong, CurrentSong.QueuerName);
|
||||||
|
|
||||||
if (RepeatSong)
|
if (RepeatSong)
|
||||||
|
@ -97,7 +97,7 @@ namespace NadekoBot.Modules.Utility
|
|||||||
if (keywordquote == null)
|
if (keywordquote == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
await Context.Channel.SendMessageAsync("💬 " + keyword.ToLowerInvariant() + ": " +
|
await Context.Channel.SendMessageAsync($"`#{keywordquote.Id}` 💬 " + keyword.ToLowerInvariant() + ": " +
|
||||||
keywordquote.Text.SanitizeMentions());
|
keywordquote.Text.SanitizeMentions());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user