mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✌️
This commit is contained in:
parent
d8d9ee699e
commit
a5954c2b2e
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…
Add table
Reference in a new issue