Skip to content

Commit

Permalink
Update message type for Managers
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyissillyyy committed Mar 1, 2020
1 parent 9a08c27 commit bdbd84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MessageArgumentType extends ArgumentType {
}

parse(val, msg) {
return msg.channel.messages.get(val);
return msg.channel.messages.cache.get(val);
}
}

Expand Down

0 comments on commit bdbd84e

Please sign in to comment.