mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +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,
|
* 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.
|
* and to set it here afterwards.
|
||||||
* @example
|
* @example
|
||||||
* const { Structures } = require('discord.js);
|
* const { Structures } = require('discord.js');
|
||||||
*
|
*
|
||||||
* class CoolGuild extends Structures.get('Guild') {
|
* class CoolGuild extends Structures.get('Guild') {
|
||||||
* constructor(client, data) {
|
* constructor(client, data) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue