mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +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
|
||||
* @type {?Object}
|
||||
*/
|
||||
this.activiy = data.activity ? {
|
||||
this.activity = data.activity ? {
|
||||
partyID: data.activity.party_id,
|
||||
type: data.activity.type,
|
||||
} : 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