mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Killed history
This commit is contained in:
13
NadekoBot.Core/Modules/Searches/Common/UrbanDef.cs
Normal file
13
NadekoBot.Core/Modules/Searches/Common/UrbanDef.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace NadekoBot.Core.Modules.Searches.Common
|
||||
{
|
||||
public class UrbanResponse
|
||||
{
|
||||
public UrbanDef[] List { get; set; }
|
||||
}
|
||||
public class UrbanDef
|
||||
{
|
||||
public string Word { get; set; }
|
||||
public string Definition { get; set; }
|
||||
public string Permalink { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user