mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
i aint do nuffin
This commit is contained in:
parent
cfa512c447
commit
c29804e3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue