mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
backup push before migration to BaseStruct
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import axios from 'axios';
|
||||
import { Channel } from './Channel.js';
|
||||
import Guild from './Guild.js';
|
||||
import { BaseStruct } from '../baseStruct.js';
|
||||
|
||||
export class GuildChannelManager {
|
||||
|
||||
export class GuildChannelManager extends BaseStruct {
|
||||
#token;
|
||||
|
||||
/** @type {Guild} */
|
||||
@@ -91,8 +93,9 @@ export class GuildChannelManager {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
constructor(token, guild, newCache) {
|
||||
super();
|
||||
|
||||
this.#token = token;
|
||||
this.guild = guild;
|
||||
this.cache = newCache;
|
||||
|
||||
Reference in New Issue
Block a user