forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
041499814a
commit
b1990bc847
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue