Don't import from mod.ts

This commit is contained in:
Helloyunho 2020-12-02 20:18:45 +09:00 committed by GitHub
parent fb110946e0
commit 0cce37a3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
import { Channel, Guild } from '../../mod.ts'
import { Channel } from '../structures/channel.ts'
import { Guild } from '../structures/guild.ts'
import { ChannelPayload } from './channel.ts'
import { GuildPayload } from './guild.ts'
import { UserPayload } from './user.ts'