.qid shows author
Per https://feathub.com/Kwoth/NadekoBot/+287 and Kwoth
This commit is contained in:
parent
901e354735
commit
02e35db780
@ -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());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user