diff --git a/src/structure/client/wrappers/MessageWrapper.js b/src/structure/client/wrappers/MessageWrapper.js index 238a9a6..9d71f1f 100644 --- a/src/structure/client/wrappers/MessageWrapper.js +++ b/src/structure/client/wrappers/MessageWrapper.js @@ -13,6 +13,10 @@ class MessageWrapper { } + get id() { + return this.message.id; + } + get author() { return this.message.author; }