From c59d3299bcbe09ce12cd1b78ed5009a82d80363a Mon Sep 17 00:00:00 2001 From: Isabella Date: Tue, 21 Aug 2018 13:19:45 -0500 Subject: [PATCH] fix: typo in Activity#flags --- src/structures/Presence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }