Files
vinci/src/config.ts

12 lines
443 B
TypeScript

//CONFIG FILE: export only data here and do not cause side effects. Feel free to add your own configuration to this file.
//commands directory. REQUIRED
export const commands = './dist/commands'
// events directory.
export const events = './dist/events'
// schedule tasks and declare them here
//export const tasks = './dist/tasks'
// defaultPrefix: if omitted, sern will disable all text/prefix commands
//export const defaultPrefix = '?'