aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 21:02:32 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 21:02:32 -0600
commit55d4967b0705390cb08d152a30f44e8722e835a0 (patch)
tree4a7424ee4f919c3c510e154dfa650a9db5a8a693
parentf97d1e32bf80f4d9ce2339f526a1e7722387dacc (diff)
add catfact function
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
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 {