mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 23:40:07 +00:00
now takes bigint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { cache, deleteMessages, sendMessage } from "../../mod.ts";
|
||||
import { defaultTestOptions, tempData } from "../ws/start_bot.ts";
|
||||
import { assertExists } from "../deps.ts";
|
||||
import { delayUntil } from "../util/delay_until.ts";
|
||||
import { defaultTestOptions, tempData } from "../ws/start_bot.ts";
|
||||
|
||||
async function ifItFailsBlameWolf(reason?: string) {
|
||||
const message = await sendMessage(tempData.channelId, "Hello World!");
|
||||
@@ -29,7 +29,7 @@ async function ifItFailsBlameWolf(reason?: string) {
|
||||
// Delete the message now
|
||||
await deleteMessages(
|
||||
tempData.channelId,
|
||||
[message.id.toString(), secondMessage.id.toString()],
|
||||
[message.id, secondMessage.id],
|
||||
reason,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user