This commit is contained in:
syuilo 2017-10-07 19:15:32 +09:00
parent 041499814a
commit b1990bc847

View file

@ -89,7 +89,7 @@ class LineBot extends BotCore {
}
public async showUserCommand(q: string) {
const user = await require('../endpoints/users/show')({
const user = await require('../../endpoints/users/show')({
username: q.substr(1)
}, this.user);