clean up
This commit is contained in:
parent
46cbd66166
commit
de7996d552
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { User } from '../structures/user.ts'
|
|||
import { GatewayIntents } from '../types/gateway.ts'
|
||||
import { Gateway } from '../gateway/mod.ts'
|
||||
import { RESTManager, RESTOptions, TokenType } from '../rest/mod.ts'
|
||||
import { DefaultCacheAdapter, ICacheAdapter } from '../cache/adapter.ts'
|
||||
import { DefaultCacheAdapter, ICacheAdapter } from '../cache/mod.ts'
|
||||
import { UsersManager } from '../managers/users.ts'
|
||||
import { GuildManager } from '../managers/guilds.ts'
|
||||
import { ChannelsManager } from '../managers/channels.ts'
|
||||
|
|
Loading…
Reference in a new issue