Add TODO because Lisa broke this immediately.

This commit is contained in:
Aleksei Gryczewski 2022-06-29 21:28:38 -04:00
parent 5e94eee82f
commit a21b3471e1

View File

@ -35,6 +35,7 @@ public class CreateGalleryCommand extends Command {
}
String[] args = ctx.getArgs();
// TODO: Check if the tag already exists
// Check if the channel is already a registered gallery channel.
// Create a gallery channel of the current channel.
// Store the gallery channel in the database.