Files
discordeno/tests/helpers/misc/user.ts
2022-02-11 09:49:53 +00:00

6 lines
127 B
TypeScript

import { Bot } from "../../../bot.ts";
import { assertExists } from "../../deps.ts";
export async function getUserTests() {
}