mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Added msg.isMentioned
This commit is contained in:
@@ -16,6 +16,10 @@ class Cache extends Array {
|
||||
});
|
||||
return found;
|
||||
}
|
||||
|
||||
has(key, value) {
|
||||
return !!this.get(key, value);
|
||||
}
|
||||
|
||||
getAll(key, value) {
|
||||
var found = [];
|
||||
|
||||
Reference in New Issue
Block a user