too much errors
why does all of a sudden my sapphire bot stopped working? its not getting online when i ran dev script but used to work last week. im using ts version
Solution:Jump to solution
downgrade typescript to
~5.4.5
, TS 5.5 broke some serious stuff.
(btw cc @vladdy )...6 Replies
its throwing like too much compilation errors during running aswell as after installing any package
Solution
downgrade typescript to
~5.4.5
, TS 5.5 broke some serious stuff.
(btw cc @vladdy )even simple stuff in DJS is broken @vladdy. For example
InteractionCollector.removeAllListeners
wil throw that removeAllListeners
doesnt exist on EventEmitter
because DJS has a module augmentation for node:event
Yeah we know
Ts 5.5 fixed a bug and broke a fuuuuck ton in the process
+1 I'm completely new to sapphire, downloaded the started template and got like 20 errors running it. Downgrading fixed it for me
Ill lock the examples to 5.4 as well
done