mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
:3 (#1774)
This commit is contained in:
@@ -148,7 +148,7 @@ class Message {
|
|||||||
* Group activity
|
* Group activity
|
||||||
* @type {?Object}
|
* @type {?Object}
|
||||||
*/
|
*/
|
||||||
this.activiy = data.activity ? {
|
this.activity = data.activity ? {
|
||||||
partyID: data.activity.party_id,
|
partyID: data.activity.party_id,
|
||||||
type: data.activity.type,
|
type: data.activity.type,
|
||||||
} : null;
|
} : null;
|
||||||
|
|||||||
Reference in New Issue
Block a user