ErythroGuild / irene

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

Ensure `Irene.Commands.` members have the most restrictive access policies possible #420

Open Ernest314 opened 1 year ago

Ernest314 commented 1 year ago

Things like public Task RespondAsync() should be private instead. Only the absolute minimum should be public (e.g. constants, overridden members).