mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 10:58:16 +00:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
import { Bot } from "../../../src/bot.ts";
|
|
import { assertExists } from "../../deps.ts";
|
|
import { delayUntil } from "../../utils.ts";
|
|
|
|
export async function editEmojiTest(bot: Bot, guildId: bigint, t: Deno.TestContext) {
|
|
|
|
}
|