mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Completed Threads
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import axios from 'axios';
|
||||
import { Channel } from './Channel.js';
|
||||
import Guild from './Guild.js';
|
||||
import { BaseStruct } from '../baseStruct.js';
|
||||
import { DataManager } from '../DataManager.js';
|
||||
|
||||
|
||||
export class GuildChannelManager extends BaseStruct {
|
||||
export class GuildChannelManager extends DataManager {
|
||||
/** @type {Guild} */
|
||||
guild;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user