mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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> {
|
public async showUserCommand(q: string): Promise<string | void> {
|
||||||
try {
|
try {
|
||||||
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…
Add table
Reference in a new issue