diff --git a/src/plugins/yandere/messages.ts b/src/plugins/yandere/messages.ts index 45dfecb..dbd35d2 100644 --- a/src/plugins/yandere/messages.ts +++ b/src/plugins/yandere/messages.ts @@ -2,6 +2,7 @@ import { Bot, Embed, Message } from "npm:discordeno@18.0.1"; import { defaultString } from "@root/defaultString.ts"; import { logMessage } from "@root/logging.ts"; import { getPosts } from "@root/plugins/yandere/api/api.ts"; +import { debug } from "node:console"; export async function yandereMessageHandler(bot: Bot, message: Message) { const command = message.content.split(" ").slice(1).join(" "); @@ -21,8 +22,4 @@ export async function yandereMessageHandler(bot: Bot, message: Message) { }); } } -} - -Deno.test("Test Bot Drop", async() => { - -}) \ No newline at end of file +} \ No newline at end of file