mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 00:32:03 +00:00
:3 (#1774)
This commit is contained in:
parent
3ba224900f
commit
fbdf028b86
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue