ir
ir
Registering Commands Issue
Hey there, I've recently started using sapphire, and I've used it before without running into this issue, but when I run my project (using bun, I've tried npm as well, same issue.) I continuously get the error
error: A compatible class export was not found. [C:\Users\iratm\OneDrive\Desktop\Unnamed\src\commands\util\test.ts]
error: A compatible class export was not found. [C:\Users\iratm\OneDrive\Desktop\Unnamed\src\commands\util\test.ts]
and I'm not sure what the issue is because I've followed the docs exactly besides changing the name of the class
export class TestCommand extends Command {...}
export class TestCommand extends Command {...}
12 replies