i aint do nuffin

This commit is contained in:
Schuyler Cebulskie
2017-11-19 21:19:46 -05:00
parent cfa512c447
commit c29804e3f8

View File

@@ -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) {