From d6d75abd8746b6df0b7e2fd8693849c5b85a1b62 Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Thu, 24 Feb 2022 10:41:15 -0600 Subject: [PATCH] removed extra comment --- src/queue.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/queue.ts b/src/queue.ts index 3c9ea75..efc3243 100644 --- a/src/queue.ts +++ b/src/queue.ts @@ -1,8 +1,3 @@ -/* TODO - -join message should contain your current position in the queue, editing it to keep it current -*/ - import { Client, CommandInteraction, TextChannel } from 'discord.js'; import * as fs from 'fs'; import * as Lang from './lang';