mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const minimist = require('minimist');
|
||||
const argRegex = /"([^"]*)"|(\S+)/g;
|
||||
const argRegex = /"([^"]*)"|(\b[^]+)/g;
|
||||
|
||||
module.exports = class CommandDispatcher {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user