Don't import from mod.ts
This commit is contained in:
parent
fb110946e0
commit
0cce37a3de
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue