This commit is contained in:
syuilo 2017-10-07 18:50:44 +09:00
parent d65a125092
commit 9d1c33298e

View file

@ -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);