From fa2b028f9f99dc14a2c8dacbf04391eed05f190a Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:23:10 -0600 Subject: [PATCH] Update server/chat-plugins/draft-factory.ts --- server/chat-plugins/draft-factory.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/chat-plugins/draft-factory.ts b/server/chat-plugins/draft-factory.ts index bd7a4c144ae8..7bfd6ee4c5a1 100644 --- a/server/chat-plugins/draft-factory.ts +++ b/server/chat-plugins/draft-factory.ts @@ -158,5 +158,5 @@ export const commands: Chat.ChatCommands = { `/draftfactory import url, label - Imports a CSV of Draft Factory teams from the given URL.`, `/draftfactory delete label - Deletes all teams under the name "label"`, `Requires: &`, - ] -}; \ No newline at end of file + ], +};