add catfact function
This commit is contained in:
parent
f97d1e32bf
commit
55d4967b07
1 changed files with 1 additions and 1 deletions
2
app.js
2
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue