mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
9 lines
288 B
TypeScript
9 lines
288 B
TypeScript
// import { assertEquals } from "../deps.ts";
|
|
// import { loadBot } from "../mod.ts";
|
|
|
|
// Deno.test("[stickers] Get sticker", async () => {
|
|
// const bot = loadBot();
|
|
// const sticker = await bot.helpers.getSticker(749054660769218631n);
|
|
// assertEquals(sticker.name, "Wave");
|
|
// });
|