Fix error when using !w
This commit is contained in:
parent
b82196058a
commit
b8c75a922a
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ export const WhereCmd = locateUserCommand({
|
|||
|
||||
async run({ message: msg, args, pluginData }) {
|
||||
const member = await resolveMember(pluginData.client, pluginData.guild, args.member.id);
|
||||
sendWhere.call(this, pluginData.guild, member, msg.channel, `${msg.member.mention} | `);
|
||||
sendWhere(pluginData, member, msg.channel, `${msg.member.mention} | `);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue