mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import { Bot } from "../../../src/bot.ts";
|
|
import { assertExists } from "../../deps.ts";
|
|
|
|
export async function getUserTests(bot: Bot, t: Deno.TestContext) {
|
|
|
|
}
|