ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Add and refactor out `CommandHandler.Mention` overloads #425

Closed Ernest314 closed 1 year ago

Ernest314 commented 1 year ago

e.g., Mention(s1, s2) should be equivalent to Mention($"{s1} {s2}"), and there should also be a Mention(s1, s2, s3).

Ernest314 commented 1 year ago

obsoleted by #476 and #478.