mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { Bot } from "../../../bot.ts";
|
|
import { assertExists } from "../../deps.ts";
|
|
|
|
export async function getUserTests() {
|
|
}
|