Updated to Discord.NET 3.6.1
This commit is contained in:
@@ -24,7 +24,7 @@ namespace PluginManager.Others
|
||||
Message = message;
|
||||
}
|
||||
|
||||
public async void Update(int progress, double speed = -1, string unit = null)
|
||||
public async void Update(int progress, double speed = -1, string? unit = null)
|
||||
{
|
||||
|
||||
//progress bar
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Discord.Net" Version="3.5.0" />
|
||||
<PackageReference Include="Discord.Net" Version="3.6.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user