Remove unnecessary TODOs (#2900)

This commit is contained in:
Charis Kyriakou
2023-10-05 09:04:17 +01:00
committed by GitHub
parent 02af432d5f
commit 1806108166

View File

@@ -23,8 +23,6 @@ export class CommandManager<
CommandName extends keyof Commands & string = keyof Commands & string,
> implements Disposable
{
// TODO: should this be a map?
// TODO: handle multiple command names
private commands: Disposable[] = [];
constructor(