mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix: typo in Activity#flags
This commit is contained in:
parent
19c298f5cc
commit
c59d3299bc
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class Activity {
|
|||
|
||||
/**
|
||||
* Flags that describe the activity
|
||||
* @type {ReadoOnly<ActivityFlags>}
|
||||
* @type {ReadOnly<ActivityFlags>}
|
||||
*/
|
||||
this.flags = new ActivityFlags(data.flags).freeze();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue