Fixed lib, really
This commit is contained in:
parent
eab1859e24
commit
03e3fa7ac8
1 changed files with 12 additions and 11 deletions
|
@ -1,15 +1,16 @@
|
||||||
import { Client } from '../models/client.ts'
|
// import { Client } from '../models/client.ts'
|
||||||
import { GatewayIntents } from '../types/gateway.ts'
|
// import { GatewayIntents } from '../types/gateway.ts'
|
||||||
import { TOKEN } from './config.ts'
|
import { TOKEN } from './config.ts'
|
||||||
import { Message } from "../structures/message.ts"
|
// import { Message } from "../structures/message.ts"
|
||||||
import { DefaultCacheAdapter } from "../models/cacheAdapter.ts"
|
// import { DefaultCacheAdapter } from "../models/cacheAdapter.ts"
|
||||||
import { ClientPresence } from "../structures/presence.ts"
|
// import { ClientPresence } from "../structures/presence.ts"
|
||||||
import { Member } from "../structures/member.ts"
|
// import { Member } from "../structures/member.ts"
|
||||||
import { Role } from "../structures/role.ts"
|
// import { Role } from "../structures/role.ts"
|
||||||
import { GuildChannel } from "../managers/guildChannels.ts"
|
// import { GuildChannel } from "../managers/guildChannels.ts"
|
||||||
import { TextChannel } from "../structures/textChannel.ts"
|
// import { TextChannel } from "../structures/textChannel.ts"
|
||||||
import { Embed } from "../structures/embed.ts"
|
// import { Embed } from "../structures/embed.ts"
|
||||||
import { Guild } from "../structures/guild.ts"
|
// import { Guild } from "../structures/guild.ts"
|
||||||
|
import { Client, GatewayIntents, Message, DefaultCacheAdapter, ClientPresence, Member, Role, GuildChannel, TextChannel, Embed, Guild } from '../../mod.ts';
|
||||||
|
|
||||||
const bot = new Client({
|
const bot = new Client({
|
||||||
presence: new ClientPresence({
|
presence: new ClientPresence({
|
||||||
|
|
Loading…
Reference in a new issue