Added ENV management
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Bot, Message } from "npm:discordeno@18.0.1";
|
||||
import { Bot, DiscordEmbedAuthor, Message } from "npm:discordeno@18.0.1";
|
||||
import { drop, help, requestWorker } from "./plugin.ts";
|
||||
import { logMessage } from "@root/logging.ts";
|
||||
import { defaultString } from "@root/defaultString.ts";
|
||||
@@ -26,4 +26,4 @@ export async function rule34MessageHandler(bot: Bot, message: Message) {
|
||||
} else {
|
||||
drop();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user