mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Fix
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class CleverbotCommand extends Command {
|
|||||||
type: 'string'
|
type: 'string'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
patterns: [new RegExp(`^(<!?@${client.id}>) (.+)`, 'i')]
|
patterns: [new RegExp(`^(<!?@${client.user.id}>) (.+)`, 'i')]
|
||||||
});
|
});
|
||||||
|
|
||||||
this.convos = new Map();
|
this.convos = new Map();
|
||||||
|
|||||||
Reference in New Issue
Block a user