Removed a bunch of obsolete alises, command strings and commands

This commit is contained in:
Kwoth
2024-04-26 01:01:09 +00:00
parent 6bc8e4b7d2
commit eca4a14cb6
27 changed files with 17 additions and 911 deletions

View File

@@ -59,7 +59,6 @@ public static class ServiceCollectionExtensions
kernel.Bind<ITrackResolveProvider>().To<TrackResolveProvider>().InSingletonScope();
kernel.Bind<IYoutubeResolver>().To<YtdlYoutubeResolver>().InSingletonScope();
kernel.Bind<ISoundcloudResolver>().To<SoundcloudResolver>().InSingletonScope();
kernel.Bind<ILocalTrackResolver>().To<LocalTrackResolver>().InSingletonScope();
kernel.Bind<IRadioResolver>().To<RadioResolver>().InSingletonScope();
kernel.Bind<ITrackCacher>().To<TrackCacher>().InSingletonScope();