diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 00cdaa051..0c5cdc191 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -154,7 +154,7 @@ class Activity { /** * Flags that describe the activity - * @type {ReadoOnly} + * @type {ReadOnly} */ this.flags = new ActivityFlags(data.flags).freeze(); }