From cdd07d055923af276b5ddf615553512fd2d9bf93 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 17 Nov 2024 19:17:04 +0000 Subject: [PATCH] fix: fixed accidental rename in previous patch --- .../_common/StreamNotifications/Providers/StreamProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Searches/_common/StreamNotifications/Providers/StreamProvider.cs b/src/NadekoBot/Modules/Searches/_common/StreamNotifications/Providers/StreamProvider.cs index ced49ecb2..368824ca5 100644 --- a/src/NadekoBot/Modules/Searches/_common/StreamNotifications/Providers/StreamProvider.cs +++ b/src/NadekoBot/Modules/Searches/_common/StreamNotifications/Providers/StreamProvider.cs @@ -5,7 +5,7 @@ namespace NadekoBot.Modules.Searches.Common.StreamNotifications.Providers; /// /// Abstract class implemented by providers of all supported platforms /// -public abstract class StreamProvider +public abstract class Provider { /// /// Type of the platform.