forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
d6c11e31f3
commit
844c62e257
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export default class BotCore extends EventEmitter {
|
|||
|
||||
public async showUserCommand(q: string): Promise<string | void> {
|
||||
try {
|
||||
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