Merge branch '1.9' of https://github.com/kwoth/nadekobot into 1.9
This commit is contained in:
commit
ed239e32c3
@ -132,8 +132,9 @@ namespace NadekoBot.Modules.Utility
|
||||
}
|
||||
else
|
||||
{
|
||||
await Context.Channel.SendMessageAsync($"`#{qfromid.Id}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " +
|
||||
rep.Replace(qfromid.Text)?.SanitizeMentions());
|
||||
await Context.Channel.SendMessageAsync($"`#{qfromid.Id} added by {qfromid.AuthorName.SanitizeMentions()}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " +
|
||||
rep.Replace(qfromid.Text)?.SanitizeMentions());
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user