generated from nhcarrigan/template
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -7,8 +7,8 @@ import { sendUnclaimedArt } from "../modules/reminders/sendUnclaimedArt";
|
||||
import { sendUnclaimedDistros } from "../modules/reminders/sendUnclaimedDistros";
|
||||
import { sendUnfinishedArt } from "../modules/reminders/sendUnfinishedArt";
|
||||
import { sendUnfinishedDistros } from "../modules/reminders/sendUnfinsihedDistros";
|
||||
import { getNewsFeed } from "../utils/getNewsFeed";
|
||||
import { serve } from "../server/serve";
|
||||
import { getNewsFeed } from "../utils/getNewsFeed";
|
||||
|
||||
/**
|
||||
* 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 http from "http";
|
||||
import https from "https";
|
||||
|
||||
import express from "express";
|
||||
|
||||
import { Trello } from "../config/Trello";
|
||||
import { ExtendedClient } from "../interface/ExtendedClient";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user