From 7affca2bbc2a9b5389447a945a730d4444c1521b Mon Sep 17 00:00:00 2001 From: a Date: Thu, 27 Feb 2025 17:15:39 -0600 Subject: [PATCH] noot --- readme.md | 5 +++++ ts/src/di/index.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7c43b22 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# wynn + +a fun programming exercise, to make some utilities for the wynncraft server. + + diff --git a/ts/src/di/index.ts b/ts/src/di/index.ts index 375441b..c0b6ee5 100644 --- a/ts/src/di/index.ts +++ b/ts/src/di/index.ts @@ -1,5 +1,4 @@ import { Container, InjectionToken } from "@needle-di/core"; -import { Bot } from "discordeno"; import { Sql } from "postgres"; export const container = new Container();