diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:02:32 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:02:32 -0600 |
commit | 55d4967b0705390cb08d152a30f44e8722e835a0 (patch) | |
tree | 4a7424ee4f919c3c510e154dfa650a9db5a8a693 | |
parent | f97d1e32bf80f4d9ce2339f526a1e7722387dacc (diff) |
add catfact function
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |