Skip to content

Commit

Permalink
Remove ksoft api support
Browse files Browse the repository at this point in the history
  • Loading branch information
TazmamzaT committed Aug 29, 2021
1 parent d95f311 commit 750756e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
30 changes: 0 additions & 30 deletions TazBot.Service/CommandModules/KsoftModule.cs

This file was deleted.

2 changes: 0 additions & 2 deletions TazBot.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using TazBot.Service.Interfaces;
using System.Net.Http;
using Discord;
using KSoftNet;

namespace TazBot.Service
{
Expand Down Expand Up @@ -47,7 +46,6 @@ private static async Task MainAsync(string[] args)
services.AddSingleton<GoogleService>();
services.AddSingleton<HttpClient>();
services.AddSingleton<GeneralService>();
services.AddSingleton<KsoftService>();
var config = hostContext.Configuration;
Expand Down
19 changes: 0 additions & 19 deletions TazBot.Service/Services/KsoftService.cs

This file was deleted.

1 change: 0 additions & 1 deletion TazBot.Service/TazBot.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<PackageReference Include="Google.Apis" Version="1.52.0" />
<PackageReference Include="Google.Apis.Customsearch.v1" Version="1.49.0.2084" />
<PackageReference Include="ICanHazDadJoke.NET" Version="1.0.13" />
<PackageReference Include="KSoftNet" Version="3.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
Expand Down

0 comments on commit 750756e

Please sign in to comment.