Files
handler/bot/sern.config.json
Jacob Nguyen 24ec4d6ad6 testbot
2025-03-10 00:39:37 -05:00

14 lines
238 B
JSON

{
"language": "typescript",
"defaultPrefix": "!",
"paths": {
"base": "src",
"commands": "commands",
"events": "events"
},
"app": {
"tags": ["Nice ass bot"],
"description": "A bot"
}
}