id getter
This commit is contained in:
parent
0c5841111c
commit
c2fe2f8ad5
@ -13,6 +13,10 @@ class MessageWrapper {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get id() {
|
||||||
|
return this.message.id;
|
||||||
|
}
|
||||||
|
|
||||||
get author() {
|
get author() {
|
||||||
return this.message.author;
|
return this.message.author;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user