This commit is contained in:
syuilo 2017-10-07 18:50:44 +09:00
parent d6c11e31f3
commit 844c62e257

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