class constructor in c#
My editor wants to convert the following code
to this
is this the recommended way to write the constructor in c#? And do I still need the
to this
is this the recommended way to write the constructor in c#? And do I still need the
private readonly DiscordClient discord = discord; part or does that get automatically assigned.