Files
discordeno/tests/helpers/emojis/editEmoji.ts
T
2021-11-22 16:34:30 +00:00

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