mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
More common refactorings like renaming variables, removing empty statements and unused variables, etc
This commit is contained in:
@@ -3,7 +3,7 @@ using Google.Apis.Customsearch.v1.Data;
|
||||
|
||||
namespace NadekoBot.Services;
|
||||
|
||||
public interface IGoogleApiService : INService
|
||||
public interface IGoogleApiService
|
||||
{
|
||||
IReadOnlyDictionary<string, string> Languages { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user