#I am using VS2022, where do i put this to download the package?
1 messages · Page 1 of 1 (latest)
i looked up dsharpplus in the nuget pakage manager and its not showing up
its stuck loading
wurst
also, just copy the command from nuget
don't use the VS nuget package manager, it's garbage
alright, where do i copy that by the way? sorry i’m dumb i haven’t needed to install packages/libraries
😅
navigate to your project directory using VS inbuilt terminal (or windows terminal) and run
dotnet add package idkDsharpplussomething
replace the last thing with the correct package name ofc
thanks man