Feature/ts #42

Merged
Vylpes merged 10 commits from feature/ts into develop 2021-07-24 12:57:28 +01:00
Vylpes commented 2021-07-14 14:56:03 +01:00 (Migrated from github.com)
No description provided.
Vylpes commented 2021-07-16 20:54:01 +01:00 (Migrated from github.com)

Need to fix events, I'm unable right now to pass variables into the execution method since you can't have variables be different depending on the event if you use an overwrite method.

Need to fix events, I'm unable right now to pass variables into the execution method since you can't have variables be different depending on the event if you use an overwrite method.
Vylpes commented 2021-07-18 15:29:40 +01:00 (Migrated from github.com)

Should hopefully be fixed now

Should hopefully be fixed now
VylpesTester (Migrated from github.com) requested changes 2021-07-18 19:48:50 +01:00
@ -0,0 +1,13 @@
# Security Warning! Do not commit this file to any VCS!
VylpesTester (Migrated from github.com) commented 2021-07-18 19:44:42 +01:00

Document this file

Document this file
@ -0,0 +23,4 @@
if (!process.env.FOLDERS_EVENTS) throw "FOLDERS_EVENTS is not defined in .env";
super.on("message", this._events.onMessage);
super.on("ready", this._events.onReady);
VylpesTester (Migrated from github.com) commented 2021-07-18 19:46:24 +01:00

This should also be an event in the event class

This should also be an event in the event class
VylpesTester (Migrated from github.com) commented 2021-07-18 19:47:21 +01:00

Should be false?

Should be false?
VylpesTester (Migrated from github.com) commented 2021-07-18 19:48:11 +01:00

"Member is not part of message"

"Member is not part of message"
VylpesTester (Migrated from github.com) approved these changes 2021-07-24 12:57:02 +01:00
This repo is archived. You cannot comment on pull requests.
No description provided.