This commit is contained in:
Dragon Fire
2019-12-09 12:38:48 -05:00
parent 63ca6e2813
commit 8af2a727d4
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = class CleverbotCommand extends Command {
type: 'string'
}
],
patterns: [new RegExp(`^(<!?@${client.id}>) (.+)`, 'i')]
patterns: [new RegExp(`^(<!?@${client.user.id}>) (.+)`, 'i')]
});
this.convos = new Map();