mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +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
|
||||
* @type {?Object}
|
||||
*/
|
||||
this.activiy = data.activity ? {
|
||||
this.activity = data.activity ? {
|
||||
partyID: data.activity.party_id,
|
||||
type: data.activity.type,
|
||||
} : null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue