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