generated from nhcarrigan/template
This commit is contained in:
parent
0daa03c4aa
commit
323e7b189f
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "22",
|
"node": "22",
|
||||||
"pnpm": "9"
|
"pnpm": "10"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"template",
|
"template",
|
||||||
|
@ -7,8 +7,8 @@ import { sendUnclaimedArt } from "../modules/reminders/sendUnclaimedArt";
|
|||||||
import { sendUnclaimedDistros } from "../modules/reminders/sendUnclaimedDistros";
|
import { sendUnclaimedDistros } from "../modules/reminders/sendUnclaimedDistros";
|
||||||
import { sendUnfinishedArt } from "../modules/reminders/sendUnfinishedArt";
|
import { sendUnfinishedArt } from "../modules/reminders/sendUnfinishedArt";
|
||||||
import { sendUnfinishedDistros } from "../modules/reminders/sendUnfinsihedDistros";
|
import { sendUnfinishedDistros } from "../modules/reminders/sendUnfinsihedDistros";
|
||||||
import { getNewsFeed } from "../utils/getNewsFeed";
|
|
||||||
import { serve } from "../server/serve";
|
import { serve } from "../server/serve";
|
||||||
|
import { getNewsFeed } from "../utils/getNewsFeed";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles the logic when the bot is ready to receive Discord events.
|
* Handles the logic when the bot is ready to receive Discord events.
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
import { createHmac } from "crypto";
|
|
||||||
import { readFile } from "fs/promises";
|
import { readFile } from "fs/promises";
|
||||||
import http from "http";
|
import http from "http";
|
||||||
import https from "https";
|
import https from "https";
|
||||||
|
|
||||||
import express from "express";
|
import express from "express";
|
||||||
|
|
||||||
import { Trello } from "../config/Trello";
|
|
||||||
import { ExtendedClient } from "../interface/ExtendedClient";
|
import { ExtendedClient } from "../interface/ExtendedClient";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user