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 { 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() => {
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user