feat: migrate away from trello (#2)

Closes #1

Reviewed-on: https://codeberg.org/nhcarrigan/a4p-bot/pulls/2
Co-authored-by: Naomi <commits@nhcarrigan.com>
Co-committed-by: Naomi <commits@nhcarrigan.com>
This commit is contained in:
2024-05-21 05:11:11 +00:00
committed by Naomi Carrigan
parent bbd6a710bb
commit a85b478dba
16 changed files with 2182 additions and 1856 deletions
-2
View File
@@ -1,8 +1,6 @@
import { PrismaClient } from "@prisma/client";
import { Client, WebhookClient } from "discord.js";
export interface ExtendedClient extends Client {
db: PrismaClient;
debug: WebhookClient;
comm: WebhookClient;
dist: WebhookClient;