add catfact function

This commit is contained in:
Jacob Janzen 2024-12-30 21:02:32 -06:00
parent f97d1e32bf
commit 55d4967b07

2
app.js
View file

@ -6,7 +6,7 @@ import {
verifyKeyMiddleware, verifyKeyMiddleware,
} from "discord-interactions"; } from "discord-interactions";
import { Client, GatewayIntentBits, ActivityType } from "discord.js"; 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"; import { MessageSchedule } from "./message-scheduler.js";
class State { class State {