1export const configuration = { 2 prefix: "+", //Default custom command prefix 3 multiThreadingEnabled: true, // Whether multithreading is enabled, if not, any created threads are processed immediately 4 multiThreadingTimeBudget: 32, // How long (in milliseconds) active threads are allowed to run before pausing a bit 5}; 6 7