mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
tris lovely typos
This commit is contained in:
@@ -10,7 +10,7 @@ export async function getMember(bot: Bot, guildId: bigint, id: bigint, options?:
|
||||
const guild = await bot.cache.guilds.get(guildId);
|
||||
if (!guild && !options?.force) return;
|
||||
|
||||
const data = await bot.rest.runMethod<SnakeCasedPropertiesDeep<GuildMemberWithUser>>(
|
||||
const data = await bot.rest.runMethod<GuildMemberWithUser>(
|
||||
bot.rest,
|
||||
"get",
|
||||
bot.constants.endpoints.GUILD_MEMBER(guildId, id)
|
||||
|
||||
Reference in New Issue
Block a user