Skip to content

Commit c0a2184

Browse files
committed
Update utility.py
1 parent 3d8430f commit c0a2184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def derpify(text):
215215
"WHAT THE": "WT", "WHAT": "WUT", "ARE": "R", "WHY": "Y", "BE RIGHT BACK": "BRB", "BECAUSE": "B/C",
216216
"OH MY GOD": "OMG", "O": "OH", "THE": pick_the, "TOO": "2", "TO": "2", "BE": "B", "CK": "K", "ING": "NG",
217217
"PLEASE": "PLS", "SEE YOU": "CYA", "SEE YA": "CYA", "SCHOOL": "SKOOL", "AM": "M",
218-
"AM GOING TO": "IAM GOING TO",
218+
"AM GOING TO": "IAM GOING TO", "THAT": "DAT", "ICK": "IK",
219219
"LIKE": "LIEK", "HELP": "HALP", "KE": "EK", "E": pick_e, "!": pick_ex, "?": pick_qt}
220220
output = translate(string, rules) + " " + pick_end
221221

0 commit comments

Comments
 (0)