fix fetch members test

This commit is contained in:
Skillz4Killz
2021-10-30 20:29:02 +00:00
committed by GitHub
parent d4428be2e5
commit 8c664d65dd
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
import type { GuildMemberWithUser } from "../../types/members/guild_member.ts";
import type { Bot } from "../../bot.ts";
import type { SnakeCasedPropertiesDeep } from "../../types/util.ts";
/** Returns a guild member object for the specified user.
*