Minty U

Remove unnecessary parts

...@@ -75,9 +75,6 @@ exports.run = async (client, msg, args, prefix) => { ...@@ -75,9 +75,6 @@ exports.run = async (client, msg, args, prefix) => {
75 } 75 }
76 }; 76 };
77 77
78 -function kor(attachment) {
79 -
80 -}
81 78
82 exports.config = { 79 exports.config = {
83 name: 'ocr', 80 name: 'ocr',
......