Files
Master-Bot/apps/bot/.sapphirerc.json
2023-10-27 10:31:20 +02:00

16 lines
300 B
JSON

{
"projectLanguage": "ts",
"locations": {
"base": "src",
"arguments": "arguments",
"commands": "commands",
"listeners": "listeners",
"preconditions": "preconditions",
"interaction-handlers": "interaction-handlers"
},
"customFileTemplates": {
"enabled": false,
"location": ""
}
}