mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
fix: get sticker test
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// import { assertEquals } from "../deps.ts";
|
||||
// import { loadBot } from "../mod.ts";
|
||||
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");
|
||||
// });
|
||||
Deno.test("[stickers] Get sticker", async () => {
|
||||
const bot = loadBot();
|
||||
const sticker = await bot.helpers.getSticker(749054660769218631n);
|
||||
assertEquals(sticker.name, "Wave");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user