This commit is contained in:
parent
041499814a
commit
b1990bc847
|
@ -89,7 +89,7 @@ class LineBot extends BotCore {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async showUserCommand(q: string) {
|
public async showUserCommand(q: string) {
|
||||||
const user = await require('../endpoints/users/show')({
|
const user = await require('../../endpoints/users/show')({
|
||||||
username: q.substr(1)
|
username: q.substr(1)
|
||||||
}, this.user);
|
}, this.user);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue