mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
dev: lmgtfy should now be properly shortened, small refactor of .shorten command
This commit is contained in:
10
src/NadekoBot/Modules/Searches/_common/ShortenData.cs
Normal file
10
src/NadekoBot/Modules/Searches/_common/ShortenData.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable disable
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace NadekoBot.Modules.Searches.Services;
|
||||
|
||||
public class ShortenData
|
||||
{
|
||||
[JsonProperty("result_url")]
|
||||
public string ResultUrl { get; set; }
|
||||
}
|
Reference in New Issue
Block a user