Skip to content

Commit

Permalink
Merge pull request #1037 from discord-csharp/remove-old
Browse files Browse the repository at this point in the history
V3: Remove Wikipedia, docs commands
  • Loading branch information
patrickklaeren authored Nov 13, 2024
2 parents 0cb79d3 + cf94a67 commit 03e7b69
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 343 deletions.
96 changes: 0 additions & 96 deletions src/Modix.Bot/Modules/DocumentationModule.cs

This file was deleted.

88 changes: 0 additions & 88 deletions src/Modix.Bot/Modules/WikipediaModule.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/Modix.Services/Csharp/DocumentationApiResponse.cs

This file was deleted.

38 changes: 0 additions & 38 deletions src/Modix.Services/Csharp/DocumentationService.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/Modix.Services/Extensions/CommandContextExtensions.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Modix.Services/Extensions/GuildChannelExtensions.cs

This file was deleted.

20 changes: 0 additions & 20 deletions src/Modix.Services/Wikipedia/WikipediaResponse.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/Modix.Services/Wikipedia/WikipediaService.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Modix/Extensions/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
using Discord.WebSocket;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;
using Modix.Behaviors;
using Modix.Bot;
using Modix.Bot.Behaviors;
using Modix.Bot.Responders;
using Modix.Bot.Responders.AutoRemoveMessages;
using Modix.Bot.Responders.CommandErrors;
using Modix.Bot.Responders.MessageQuotes;
Expand All @@ -22,10 +20,8 @@
using Modix.Data.Models.Core;
using Modix.Data.Repositories;
using Modix.Services;
using Modix.Services.AutoRemoveMessage;
using Modix.Services.CommandHelp;
using Modix.Services.Core;
using Modix.Services.Csharp;
using Modix.Services.EmojiStats;
using Modix.Services.GuildStats;
using Modix.Services.Images;
Expand All @@ -34,7 +30,6 @@
using Modix.Services.Starboard;
using Modix.Services.Tags;
using Modix.Services.Utilities;
using Modix.Services.Wikipedia;
using Polly;
using Polly.Extensions.Http;

Expand Down Expand Up @@ -169,9 +164,6 @@ public static IServiceCollection AddModix(

services.AddMemoryCache();

services.AddScoped<WikipediaService>();
services.AddScoped<DocumentationService>();

services.AddScoped<IModerationActionEventHandler, ModerationLoggingBehavior>();
services.AddScoped<INotificationHandler<PromotionActionCreatedNotification>, PromotionLoggingHandler>();

Expand Down

0 comments on commit 03e7b69

Please sign in to comment.