Merge branch 'dev' of https://github.com/Kwoth/NadekoBot into dev
This commit is contained in:
commit
7a8a2639b0
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user