mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
i aint do nuffin
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user