style: format files

This commit is contained in:
ayntee 2020-12-25 16:11:41 +04:00
parent 0a14264b0e
commit 255bc2d4e9
2 changed files with 14 additions and 9 deletions

View file

@ -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