diff --git a/geeksay.js b/geeksay.js index 7dfba78..a48e81c 100644 --- a/geeksay.js +++ b/geeksay.js @@ -180,6 +180,8 @@ const translations = { mistake: "ERROR", divide: "/", happy: ":)", + bug: "🐞", + bugs:"🐞🐞🐞" }; const translationsMap = new Map(Object.entries(translations));