From c29804e3f891095a7d2837fc7b38d9cd85a22573 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sun, 19 Nov 2017 21:19:46 -0500 Subject: [PATCH] i aint do nuffin --- src/util/Structures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Structures.js b/src/util/Structures.js index d09684c50..8c137ff8e 100644 --- a/src/util/Structures.js +++ b/src/util/Structures.js @@ -3,7 +3,7 @@ * When extending a built-in structure, it is important to both get the class you're extending from here, * and to set it here afterwards. * @example - * const { Structures } = require('discord.js); + * const { Structures } = require('discord.js'); * * class CoolGuild extends Structures.get('Guild') { * constructor(client, data) {