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