mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
change: .wikia slightly changed and refactored
This commit is contained in:
7
src/NadekoBot/Modules/Searches/_common/WikiaResponse.cs
Normal file
7
src/NadekoBot/Modules/Searches/_common/WikiaResponse.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace NadekoBot.Modules.Searches.Services;
|
||||
|
||||
public sealed class WikiaResponse
|
||||
{
|
||||
public required string Url { get; init; }
|
||||
public required string Title { get; init; }
|
||||
}
|
Reference in New Issue
Block a user