This commit is contained in:
Dragon Fire
2024-04-29 02:23:37 -04:00
parent 57897377c8
commit b14d9d5699
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class UserArgumentType extends ArgumentType {
const user = await msg.client.users.fetch(matches[1]);
if (!user) return false;
return true;
} catch (err) {
} catch {
return false;
}
}