From f129f092ca6a348bb225f3bf0d39a2c53fd68583 Mon Sep 17 00:00:00 2001 From: TheCodedOne Date: Fri, 7 Sep 2018 16:02:01 +0100 Subject: [PATCH] Fix emoji list --- Faces.yml | 18 +++++++++--------- Hands.yml | 22 +++++++++++----------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Faces.yml b/Faces.yml index 847a1c4..35315b7 100644 --- a/Faces.yml +++ b/Faces.yml @@ -1,45 +1,45 @@ -- smiley: +- name: smiley strings: - ":)" - "(:" - ":smiley:" location: "assets/faces/smiley.png" -- thinking: +- name: thinking strings: - ":thinking:" location: "assets/faces/thinking.png" -- angry: +- name: angry strings: - ":angry:" - ">:(" - "):<" location: "assets/faces/angry.png" -- rage: +- name: rage strings: - ":rage:" location: "assets/faces/rage.png" -- neutral: +- name: neutral strings: - ":neutral:" - ":|" - "|:" location: "assets/faces/neutral.png" -- joy: +- name: joy strings: - ":joy:" location: "assets/faces/joy.png" -- stuck_out_tongue: +- name: stuck_out_tongue strings: - ":stuck_out_tongue:" - ":P" location: "assets/faces/stuck_out_tongue.png" -- sob: +- name: sob strings: - ":sob:" - ";(" - ");" location: "assets/faces/stuck_out_tongue.png" -- shocked: +- name: shocked strings: - ":shocked:" - "O:" diff --git a/Hands.yml b/Hands.yml index 426f0c9..19b16c4 100644 --- a/Hands.yml +++ b/Hands.yml @@ -1,44 +1,44 @@ -- wave: +- name: wave strings: - ":wave:" location: "assets/hands/wave.png" -- middle_finger: +- name: middle_finger strings: - ":middle_finger:" location: "assets/hands/middle_finger.png" -- ok_hand: +- name: ok_hand strings: - ":ok_hand:" location: "assets/hands/ok_hand.png" -- clap: +- name: clap strings: - ":clap:" location: "assets/hands/clap.png" -- point_up: +- name: point_up strings: - ":point_up:" location: "assets/hands/point_up.png" -- point_down: +- name: point_down strings: - ":point_down:" location: "assets/hands/point_down.png" -- point_left: +- name: point_left strings: - ":point_left:" location: "assets/hands/point_left.png" -- point_right: +- name: point_right strings: - ":point_right:" location: "assets/hands/point_right.png" -- punch: +- name: punch strings: - ":punch:" location: "assets/hands/punch.png" -- thumbs_up: +- name: thumbs_up strings: - ":thumbs_up:" location: "assets/hands/thumbs_up.png" -- thumbs_down: +- name: thumbs_down strings: - ":thumbs_down:" location: "assets/hands/thumbs_down.png" \ No newline at end of file