change default config
Some checks failed
NPM / Publish / test-and-publish (push) Has been cancelled

This commit is contained in:
Jacob Nguyen
2025-01-24 17:21:42 -06:00
committed by GitHub
parent aa9d0173df
commit d645d406c8
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.10.2",
"version": "1.10.3",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {

View File

@@ -3,10 +3,10 @@
//commands directory. REQUIRED
export const commands = './dist/commands'
// events directory.
export const events = './dist/events'
//export const events = './dist/events'
// schedule tasks and declare them here
export const tasks = './dist/tasks'
//export const tasks = './dist/tasks'
// defaultPrefix: if omitted, sern will disable all text/prefix commands
export const defaultPrefix = '?'

View File

@@ -3,10 +3,10 @@
//commands directory. REQUIRED
export const commands = './dist/commands'
// events directory.
export const events = './dist/events'
// export const events = './dist/events'
// schedule tasks and declare them here
export const tasks = './dist/tasks'
// export const tasks = './dist/tasks'
// defaultPrefix: if omitted, sern will disable all text/prefix commands
export const defaultPrefix = '?'