.qid shows author

Per https://feathub.com/Kwoth/NadekoBot/+287 and Kwoth
This commit is contained in:
Shikhir Arora 2017-11-17 08:04:46 -05:00
parent 901e354735
commit 02e35db780

View File

@ -133,7 +133,8 @@ namespace NadekoBot.Modules.Utility
else else
{ {
await Context.Channel.SendMessageAsync($"`#{qfromid.Id}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " + await Context.Channel.SendMessageAsync($"`#{qfromid.Id}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " +
rep.Replace(qfromid.Text)?.SanitizeMentions()); rep.Replace(qfromid.Text)?.SanitizeMentions() + " `added by:` " + qfromid.AuthorName.SanitizeMentions());
} }
} }