Professor Varox
Professor Varox
SIASapphire - Imagine a framework
Created by Professor Varox on 12/5/2022 in #sapphire-support
Commands won't be registered
oh, thanks for the hint. I've set the wrong main property. After changing it to the correct one (dist/index.js) everything works!
12 replies
SIASapphire - Imagine a framework
Created by Professor Varox on 12/5/2022 in #sapphire-support
Commands won't be registered
Log:
2022-12-05 15:30:32 - INFO - ApplicationCommandRegistries: Initializing...
2022-12-05 15:30:32 - INFO - ApplicationCommandRegistries: Took 275ms to initialize.
2022-12-05 15:30:32 - INFO - ApplicationCommandRegistries: Initializing...
2022-12-05 15:30:32 - INFO - ApplicationCommandRegistries: Took 275ms to initialize.
12 replies
SIASapphire - Imagine a framework
Created by Professor Varox on 12/5/2022 in #sapphire-support
Commands won't be registered
.sapphirerc.json
{
"projectLanguage": "ts",
"locations": {
"base": "src",
"arguments": "arguments",
"commands": "commands",
"listeners": "listeners",
"preconditions": "preconditions"
},
"customFileTemplates": {
"enabled": false,
"location": ""
}
}
{
"projectLanguage": "ts",
"locations": {
"base": "src",
"arguments": "arguments",
"commands": "commands",
"listeners": "listeners",
"preconditions": "preconditions"
},
"customFileTemplates": {
"enabled": false,
"location": ""
}
}
12 replies