From 3475f84623961205d3702deccbd892bf3ff02ba6 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Fri, 21 Apr 2023 02:45:02 -0400 Subject: [PATCH] how long has this had the wrong bot name lmao --- db/initialize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/initialize.ts b/db/initialize.ts index 1a1e3d1..79157c2 100644 --- a/db/initialize.ts +++ b/db/initialize.ts @@ -1,4 +1,4 @@ -// This file will create all tables for the artificer schema +// This file will create all tables for the groupup schema // DATA WILL BE LOST IF DB ALREADY EXISTS, RUN AT OWN RISK import config from '../config.ts';