mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
updateRole and deleteInvite
This commit is contained in:
@@ -200,11 +200,11 @@ var Resolver = (function () {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (found) resolve(found);else reject(new Error("not found anything"));
|
||||
if (found) resolve(found);else reject(new Error("Didn't found anything"));
|
||||
});
|
||||
};
|
||||
|
||||
return Resolver;
|
||||
})();
|
||||
|
||||
module.exports = Resolver;
|
||||
module.exports = Resolver;
|
||||
|
||||
Reference in New Issue
Block a user