Skip to content

Commit bc0dce4

Browse files
committed
Major Update #3!
1 parent 7aa5017 commit bc0dce4

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

includes/listen.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ module.exports = function ({ api }) {
133133
Threads,
134134
Currencies,
135135
};
136-
// Avoid Copy paste! - lianecagara
137136

138137
const handleCommand = require("./handle/handleCommand")(runObj);
139138
const handleCommandEvent = require("./handle/handleCommandEvent")(runObj);
@@ -156,7 +155,6 @@ module.exports = function ({ api }) {
156155
//========= Send event to handle need =========//
157156
/////////////////////////////////////////////////
158157

159-
// abstraction! - lianecagara
160158
return (event) => {
161159
const listenObj = {
162160
event,
@@ -190,4 +188,3 @@ THIZ BOT WAS MADE BY ME(CATALIZCS) AND MY BROTHER SPERMLORD - DO NOT STEAL MY CO
190188
THIZ FILE WAS MODIFIED BY ME(@YanMaglinte) - DO NOT STEAL MY CREDITS (つ ͡ ° ͜ʖ ͡° )つ ✄ ╰⋃╯
191189
THIZ FILE WAS MODIFIED BY ANOTHER PERSON(@lianecagara) - box MIT 🫨
192190
**/
193-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
true
1+
false

node_modules/.package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"chalk": "^4.1.2",
3232
"cheerio": "^1.0.0",
3333
"child_process": "^1.0.2",
34+
"destroy": "^1.2.0",
3435
"express": "^5.1.0",
3536
"fontstyles": "^1.1.2",
3637
"form-data": "^4.0.2",

0 commit comments

Comments
 (0)