mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: fbdf028b86
This commit is contained in:
parent
df30797e9b
commit
8885d66bda
2 changed files with 2 additions and 2 deletions
|
|
@ -3796,7 +3796,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;
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue