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';