remove unnecessary test
This commit is contained in:
@@ -2,6 +2,7 @@ import { Bot, Embed, Message } from "npm:discordeno@18.0.1";
|
|||||||
import { defaultString } from "@root/defaultString.ts";
|
import { defaultString } from "@root/defaultString.ts";
|
||||||
import { logMessage } from "@root/logging.ts";
|
import { logMessage } from "@root/logging.ts";
|
||||||
import { getPosts } from "@root/plugins/yandere/api/api.ts";
|
import { getPosts } from "@root/plugins/yandere/api/api.ts";
|
||||||
|
import { debug } from "node:console";
|
||||||
|
|
||||||
export async function yandereMessageHandler(bot: Bot, message: Message) {
|
export async function yandereMessageHandler(bot: Bot, message: Message) {
|
||||||
const command = message.content.split(" ").slice(1).join(" ");
|
const command = message.content.split(" ").slice(1).join(" ");
|
||||||
@@ -22,7 +23,3 @@ export async function yandereMessageHandler(bot: Bot, message: Message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Deno.test("Test Bot Drop", async() => {
|
|
||||||
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user