mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Added msg.isMentioned
This commit is contained in:
@@ -25,6 +25,10 @@ var Cache = (function (_Array) {
|
||||
return found;
|
||||
};
|
||||
|
||||
Cache.prototype.has = function has(key, value) {
|
||||
return !!this.get(key, value);
|
||||
};
|
||||
|
||||
Cache.prototype.getAll = function getAll(key, value) {
|
||||
var found = [];
|
||||
this.forEach(function (val, index, array) {
|
||||
|
||||
Reference in New Issue
Block a user