commit
4834a15dd5
@ -316,7 +316,7 @@ namespace NadekoBot.Modules.Pokemon
|
|||||||
var targetType = StringToPokemonType(typeTargeted);
|
var targetType = StringToPokemonType(typeTargeted);
|
||||||
if (targetType == null)
|
if (targetType == null)
|
||||||
{
|
{
|
||||||
await channel.SendTableAsync<PokemonType>("`Available types:`\n", PokemonTypes, (t) => $"{t.Icon} {t.Name,-10}").ConfigureAwait(false);
|
await channel.EmbedAsync(PokemonTypes.Aggregate(new EmbedBuilder().WithDescription("List of the available types:"), (eb, pt) => eb.AddField(efb => efb.WithName(pt.Name).WithValue(pt.Icon).WithIsInline(true))).WithColor(NadekoBot.OkColor).Build()).ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (targetType == GetPokeType(user.Id))
|
if (targetType == GetPokeType(user.Id))
|
||||||
|
Loading…
Reference in New Issue
Block a user