From 55d4967b0705390cb08d152a30f44e8722e835a0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 21:02:32 -0600 Subject: add catfact function --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 794ca0d..48b58ea 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,7 @@ import { verifyKeyMiddleware, } from "discord-interactions"; import { Client, GatewayIntentBits, ActivityType } from "discord.js"; -import { blep, help, pet, schedule_message } from "./command_impls.js"; +import { blep, help, pet, schedule_message, catfact } from "./command_impls.js"; import { MessageSchedule } from "./message-scheduler.js"; class State { -- cgit v1.2.3