@lankybox01 OK HOW DO I GET AN AUTOMATED NODE.JS PROGRAM TO READ WALL MESSAGES AND FIND COMMAND COMMENTS LIKE MEE6 DID IM SUCH A DUMBASS WHEN IT COMES TO ACTUALLY MAKING SOMETHING
asking for my good bot friend: @notawkward
Change
const WasteOfSession = require('wasteof-client');
const io = require('socket.io-client');
to
import WasteofClient from 'wasteof-client'
import { io } from 'socket.io-client'
I dunno wasteof-client well. All I know is that you have to import it and socket.io-client as modules, and destructure io and Wasteof2Auth out of the libraries respectively.
maybe the update broke a bunch of code so ima clone the original wasteofreplit (still has old wasteofclient) and add the rest of the code to it