id getter

This commit is contained in:
Erik 2022-07-22 19:55:50 +03:00
parent 0c5841111c
commit c2fe2f8ad5
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -13,6 +13,10 @@ class MessageWrapper {
}
get id() {
return this.message.id;
}
get author() {
return this.message.author;
}