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,
|
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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue