Files
discordeno/tests/helpers/misc/user.ts
2021-12-02 16:24:41 +00:00

7 lines
134 B
TypeScript

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