From 19d06693c250fc1933f85ebd3dd86a203aa0d456 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 1 Feb 2024 22:58:13 +0000 Subject: [PATCH] Move 'has room'/'no room' indicator to less important space --- src/commands/ScheduleCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/ScheduleCommand.ts b/src/commands/ScheduleCommand.ts index 982156d..d9c126f 100644 --- a/src/commands/ScheduleCommand.ts +++ b/src/commands/ScheduleCommand.ts @@ -44,8 +44,8 @@ export class ScheduleCommand implements ICommand { html = "…"; await this.client.sendHtmlNotice(roomId, html);