mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
12 lines
443 B
TypeScript
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 = '?'
|