mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
:3 (#1774)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user