@@ -112,7 +112,7 @@ end
def char_type(char, fields)
fields.push(
- { name: 'Species', value: char.species, inline: true }
+ { name: 'Species', value: "#{char.species} #{Emoji::STAR}", inline: true }
)if char.species
{ name: 'Type', value: char.types, inline: true }
@@ -70,6 +70,7 @@ module Emoji
FAMILY = "👪"
EYES = "👀"
SMIRK = "😏"
+ STAR = "⭐"
LETTERS = [A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z]