From 79a5c41b6de4c8e01d17ebd2517c595e5ff6d97d Mon Sep 17 00:00:00 2001
From: Benedikt Magnus <magnus@magnuscraft.de>
Date: Mon, 17 Oct 2022 18:36:11 +0200
Subject: [PATCH] TODOs and FIXMEs

---
 scripts/wichtelbot.ts                                           | 2 ++
 .../wichtelbot/endpoint/implementations/discord/discordUtils.ts | 1 +
 2 files changed, 3 insertions(+)

diff --git a/scripts/wichtelbot.ts b/scripts/wichtelbot.ts
index 8596512..5c5d8be 100644
--- a/scripts/wichtelbot.ts
+++ b/scripts/wichtelbot.ts
@@ -2,6 +2,8 @@ import * as DiscordEndpoint from './wichtelbot/endpoint/implementations/discord'
 import Database from './wichtelbot/database/database';
 import MessageHandler from './wichtelbot/message/messageHandler';
 
+// TODO: Bot kann registrierten Wichteln einer Gruppe hinzufügen und diese aktuell halten!
+
 export default class Wichtelbot
 {
     protected discordBot: DiscordEndpoint.Bot;
diff --git a/scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts b/scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts
index ac288cf..14e8b9a 100644
--- a/scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts
+++ b/scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts
@@ -55,6 +55,7 @@ export abstract class DiscordUtils
                     {
                         if (visualisation.type == VisualisationType.Compact)
                         {
+                            // FIXME: Warum gab es hier leere Felder?!
                             sharedCompactEmbed.addField(visualisation.headline, visualisation.text);
                         }
                     }
-- 
GitLab