mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
fix: typo in Activity#flags
This commit is contained in:
@@ -154,7 +154,7 @@ class Activity {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Flags that describe the activity
|
* Flags that describe the activity
|
||||||
* @type {ReadoOnly<ActivityFlags>}
|
* @type {ReadOnly<ActivityFlags>}
|
||||||
*/
|
*/
|
||||||
this.flags = new ActivityFlags(data.flags).freeze();
|
this.flags = new ActivityFlags(data.flags).freeze();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user