Merge pull request #1842 from shikhir-arora/1.9
.quoteid/.qid shows quote author in output [feathub/287]
This commit is contained in:
commit
4f299cf70a
@ -132,8 +132,9 @@ namespace NadekoBot.Modules.Utility
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
await Context.Channel.SendMessageAsync($"`#{qfromid.Id}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " +
|
await Context.Channel.SendMessageAsync($"`#{qfromid.Id} added by {qfromid.AuthorName.SanitizeMentions()}` 🗯️ " + qfromid.Keyword.ToLowerInvariant().SanitizeMentions() + ": " +
|
||||||
rep.Replace(qfromid.Text)?.SanitizeMentions());
|
rep.Replace(qfromid.Text)?.SanitizeMentions());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user