diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 372f83072..05db21aaa 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -2,10 +2,7 @@ * Represents a user's presence */ class Presence { - constructor(data) { - if (!data) { - data = {}; - } + constructor(data = {}) { /** * The status of the presence: *