merge-requests/1/merge
Bsian 2019-10-21 00:39:49 +01:00
parent 6f9dc911ef
commit 80b1d87d38
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 43 additions and 43 deletions

View File

@ -63,7 +63,7 @@ export default class Help extends Command {
// @ts-ignore
return message.channel.createMessage({ embed });
} catch (error) {
this.util.handleError(error, message, this)
return this.util.handleError(error, message, this);
}
}
}