style: format files
This commit is contained in:
parent
0a14264b0e
commit
255bc2d4e9
2 changed files with 14 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
import { unzlib } from '../../deps.ts'
|
||||
import { unzlib, EventEmitter } from '../../deps.ts'
|
||||
import { Client } from '../models/client.ts'
|
||||
import {
|
||||
DISCORD_GATEWAY_URL,
|
||||
|
@ -18,7 +18,6 @@ import { GatewayCache } from '../managers/gatewayCache.ts'
|
|||
import { delay } from '../utils/delay.ts'
|
||||
import { VoiceChannel } from '../structures/guildVoiceChannel.ts'
|
||||
import { Guild } from '../structures/guild.ts'
|
||||
import { EventEmitter } from '../../deps.ts'
|
||||
|
||||
export interface RequestMembersOptions {
|
||||
limit?: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue