Use greetings.dev instead of hardcoded greetings
This commit is contained in:
parent
580a514ce5
commit
c94d73736d
4 changed files with 37 additions and 1605 deletions
11
Geekbot.net/Commands/Randomness/Greetings/GreetingBaseDto.cs
Normal file
11
Geekbot.net/Commands/Randomness/Greetings/GreetingBaseDto.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace Geekbot.net.Commands.Randomness.Greetings
|
||||
{
|
||||
public class GreetingBaseDto
|
||||
{
|
||||
public string Language { get; set; }
|
||||
public string LanguageNative { get; set; }
|
||||
public string LanguageCode { get; set; }
|
||||
public string Script { get; set; }
|
||||
public GreetingDto Primary { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue