Completed Threads

This commit is contained in:
ION606
2023-04-07 20:35:03 -04:00
parent b6d35c8e55
commit f33762036a
12 changed files with 93 additions and 38 deletions
+2 -2
View File
@@ -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;