mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix lint
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = class UserArgumentType extends ArgumentType {
|
|||||||
const user = await msg.client.users.fetch(matches[1]);
|
const user = await msg.client.users.fetch(matches[1]);
|
||||||
if (!user) return false;
|
if (!user) return false;
|
||||||
return true;
|
return true;
|
||||||
} catch (err) {
|
} catch {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user