Guilded.NET
Guilded.NET copied to clipboard
Guilded.NET - An open-source Guilded.gg API wrapper based around .NET Standard 2.1.
Results
1
Guilded.NET issues
Sort by
recently updated
recently updated
newest added
> ## Bug Description cannot upload any file > ## To reproduce ```C# var FilePath = "tfisthis.png"; var FileData = await File.ReadAllBytesAsync(FilePath); var FileURL = await Client.UploadFileAsync(FilePath, FileData); ``` >...