notawkward — 6/17/2022, 11:29:25 PM

ok so i thought the bot would be done by tonight but i have made no progress because for no reason wasteofclient updated to something new and broke the entire require system or something

safe to say i have no idea what the fuck is wrong

♥ 1 ↩ 1 💬 5 comments

comments

nebulous:

@pressenter updated version:

https://gist.github.com/lankybox02/293bf47763cd07ce39fecc5f776f9508

6/19/2022, 7:18:18 PM
notawkward:

We shall see…

6/19/2022, 9:30:15 PM
notawkward:

Nope

/home/runner/notawkward-bot/index.js:1
import { Wasteof2Auth } from 'wasteof-client3'
^^^^^^
SyntaxError: Cannot use import statement outside a module
6/19/2022, 9:32:26 PM
notawkward:

@lankybox01

6/19/2022, 9:46:47 PM
nebulous:

add `”type”: “module”` to package.json

6/20/2022, 7:30:31 AM