Fixes in Temmie Translator

This commit is contained in:
Daniel Odendahl Jr
2017-03-22 17:19:28 +00:00
parent 3f6f478686
commit 87bb4ad408
+45 -40
View File
@@ -18,8 +18,12 @@ module.exports = class TemmieCommand extends commando.Command {
console.log("[Command] " + message.content);
let dictionary = {
"i": "Tem",
"me": "Temmie",
"i": "tem",
"hi": "hoi",
"that": "dat",
"that's": "dat",
"hello": "hoi",
"me": "temmie",
"goodbye": "boi",
"bye": "boi",
"later": "boi",
@@ -43,16 +47,16 @@ module.exports = class TemmieCommand extends commando.Command {
"why": "ppppppppp...",
"where": "ppppppppp...",
"how": "ppppppppp...",
"XD": "xd",
"xd": "xd",
"but": "b-but",
"store": "TEM ShOP",
"restaurant": "TEM ShOP",
"shop": "TEM Shop",
"temmie": "Temmiy",
"sick": "hOlves",
"illness": "hOlves",
"ill": "hOlves",
"disease": "hOlves",
"store": "tem shop",
"restaurant": "tem shop",
"shop": "tem shop",
"temmie": "temmiy",
"sick": "holves",
"illness": "holves",
"ill": "holves",
"disease": "holves",
"cat": "tem",
"dog": 'tem',
"hugs": "pets",
@@ -66,23 +70,23 @@ module.exports = class TemmieCommand extends commando.Command {
"high-five": "pet",
"fistbump": "pet",
"hungry": "hungr",
"muscles": "NOT COOT",
"aw": "awwAwa",
"yikes": "OMG!!!!!!",
"ah": "OMG!!!!!!",
"oh": "OMG!!!!!!",
"yipe": "OMG!!!!!!",
"wait": "OMG!!!!!!",
"yes": "YEE!!!!!!",
"no": "NO!!!!!!",
"person": "BARK",
"muscles": "not coot",
"aw": "awwawa",
"yikes": "omg!!!!!!",
"ah": "omg!!!!!!",
"oh": "omg!!!!!!",
"yipe": "omg!!!!!!",
"wait": "omg!!!!!!",
"yes": "yee!!!!!!",
"no": "no!!!!!!",
"person": "bark",
"monster": "munster",
"monsters": "munsters",
"great": "TEM OUTTA TEM",
"awesome": "TEM OUTTA TEM",
"cool": "TEM OUTTA TEM",
"nice": "TEM OUTTA TEM",
"good": "TEM OUTTA TEM",
"great": "tem outta tem",
"awesome": "tem outta tem",
"cool": "tem outta tem",
"nice": "tem outta tem",
"good": "tem outta tem",
"walks": "vibrates",
"moves": "vibrates",
"sits": "vibrates",
@@ -90,9 +94,9 @@ module.exports = class TemmieCommand extends commando.Command {
"runs": "vibrates intensely",
"climbs": "vibrates intensely",
"escapes": "vibrates intensely",
"normal": "Bob",
"normal": "bob",
"hmm": "p...",
"okay": "OK",
"okay": "ok",
"lol": "lel",
"enemy": "special enemy",
"villain": "special enemy",
@@ -101,9 +105,9 @@ module.exports = class TemmieCommand extends commando.Command {
"school": "skool",
"um": "p...",
"elizabeth": "ebears",
"yeah": "yAYA",
"yea": "yAYA",
"uh-huh": "yAYA",
"yeah": "yaya",
"yea": "yaya",
"uh-huh": "yaya",
"vampire": "wampire",
"tired": "*dies*",
"exhausted": "*dies*",
@@ -113,23 +117,24 @@ module.exports = class TemmieCommand extends commando.Command {
"mad": "*dies*",
"sleepy": "*dies*",
"confused": "*dies*",
"house": "Tem Villag",
"home": "Tem Villag",
"apartment": "Tem Villag",
"world": "Undergroun",
"hotel": "MTT Resort",
"motel": "MTT Resort",
"inn": "MTT Resort",
"house": "tem villag",
"home": "tem villag",
"apartment": "tem villag",
"world": "undergroun",
"hotel": "mtt resort",
"motel": "mtt resort",
"inn": "mtt resort",
"cash": "g",
"gold": "g",
"jewels": "g",
"aaron": "NOT COOT",
"aaron": "not coot",
"boy": "tim",
"girl": "tem",
"we": "tems",
"you": "u",
"your": "ur",
"yours": "urs"
"yours": "urs",
"there": "dere"
};
function translateWord(word) {