Skip to content
Snippets Groups Projects
Commit 79a5c41b authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

TODOs and FIXMEs

parent fbb729c1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment