Closed unloopedmido closed 3 years ago
What compilertarget are you using? on "target": "ES6"
do i not have that issue
The problem was that slappey typescript doesn't come with a tsconfig file. And when using tsc --init
, the target becomes "ES6"
@stuyy.
This is the error:
How to fix it: In the part where it says this
abstract async run(client: DiscordClient, message: Message, args: Array<string> | null): Promise<void>
, You must remove the async there.