fix user error resp msg

This commit is contained in:
Emily 2021-04-03 15:00:56 +11:00
parent 26a39a76fc
commit 5d9bbb4431
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
exports.run = (client, message, args) => {
if (!args[0])
return message.channel.send(
`<:error:466995152976871434> No username provided. Usage: \`${client.commands.get(``).help.usage}\``
`<:error:466995152976871434> No username provided. Usage: \`${client.commands.get(`msearch`).help.usage}\``
);
var mlist = "";
var count = 0;