mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sern/create-bot",
|
||||
"version": "1.10.2",
|
||||
"version": "1.10.3",
|
||||
"main": "./dist/index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@@ -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 = '?'
|
||||
|
||||
@@ -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 = '?'
|
||||
|
||||
Reference in New Issue
Block a user