noot
All checks were successful
commit-tag / commit-tag-image (push) Successful in 1m51s

This commit is contained in:
a 2025-02-27 17:15:39 -06:00
parent d8e66d4f1b
commit 7affca2bbc
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB
2 changed files with 5 additions and 1 deletions

5
readme.md Normal file
View File

@ -0,0 +1,5 @@
# wynn
a fun programming exercise, to make some utilities for the wynncraft server.

View File

@ -1,5 +1,4 @@
import { Container, InjectionToken } from "@needle-di/core";
import { Bot } from "discordeno";
import { Sql } from "postgres";
export const container = new Container();