diff --git a/geeksay.js b/geeksay.js index 7dfba78..6e568f2 100644 --- a/geeksay.js +++ b/geeksay.js @@ -180,6 +180,12 @@ const translations = { mistake: "ERROR", divide: "/", happy: ":)", + bugs:"#404!s", + super:"ctrl+c+ctrl+v+ctrl+s+ctrl+f+ctrl+z", + poetry:"", + playground:"0.0.0.0/0", + tomorrow:"runtime", + art:"", }; const translationsMap = new Map(Object.entries(translations));