Lint
parent
6f9dc911ef
commit
80b1d87d38
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue