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
|
@ -2,9 +2,9 @@ namespace Geekbot.net.Commands.Randomness.Greetings
|
|||
{
|
||||
public class GreetingDto
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Dialect { get; set; } = null;
|
||||
public string Romanization { get; set; } = null;
|
||||
public string Text { get; set; }
|
||||
public string Dialect { get; set; }
|
||||
public string Romanization { get; set; }
|
||||
public string[] Use { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue