trivia questions and pokemon data will be stored in redis, instead of per-shard
This commit is contained in:
8
NadekoBot.Core/Common/Pokemon/PokemonNameId.cs
Normal file
8
NadekoBot.Core/Common/Pokemon/PokemonNameId.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.Core.Common.Pokemon
|
||||
{
|
||||
public class PokemonNameId
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user