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) { }