mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
import { Bot } from "../../../src/bot.ts";
|
|
import { assertExists } from "../../deps.ts";
|
|
|
|
export async function fetchSingleMemberTest(guildId: bigint) {}
|