Malo
Can't access a function inside a class library
I'm trying to make a class library but I can't seem to access the function inside of it.
Here's the library:
Then I added a project reference to that inside another project and then referenced it with
using DiscordLibrary;
. However, I can't seem to access the CreateResponse
function.11 replies