I want to write an extension to a library ive started some time ago and was wondering how i could build up a similar system to Discord.NET here is an example of what i mean
You have a
public class
public class
that inherits
InteractionModuleBase
InteractionModuleBase
and from that moment on you can create things like
object which contains some data about the Interaction context i was wondering how i could create / achieve such a thing and what the steps for that are