mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
✌️
This commit is contained in:
parent
d65a125092
commit
9d1c33298e
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