From e5f4823bd40e1aee5a6874782c8ceab894ab61e9 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Mon, 26 Sep 2016 22:56:07 -0400 Subject: [PATCH] Document do not disturb --- src/structures/Presence.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/Presence.js b/src/structures/Presence.js index e38efd3af..3877d0220 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -9,6 +9,7 @@ class Presence { * * **`online`** - user is online * * **`offline`** - user is offline * * **`idle`** - user is AFK + * * **`dnd`** - user is in Do not Disturb * @type {string} */ this.status = data.status || 'offline';