mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
started working on bug fixes and test scripts
This commit is contained in:
@@ -17,8 +17,8 @@ export default class Cache extends Array {
|
||||
return found;
|
||||
}
|
||||
|
||||
has(key, value) {
|
||||
return !!this.get(key, value);
|
||||
has(object) {
|
||||
return !!this.get(this.discrim, object[this.discrim]);
|
||||
}
|
||||
|
||||
getAll(key, value) {
|
||||
|
||||
Reference in New Issue
Block a user