Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Wichtelbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dnns01
Wichtelbot
Commits
79a5c41b
Commit
79a5c41b
authored
2 years ago
by
Benedikt Magnus
Browse files
Options
Downloads
Patches
Plain Diff
TODOs and FIXMEs
parent
fbb729c1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/wichtelbot.ts
+2
-0
2 additions, 0 deletions
scripts/wichtelbot.ts
scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts
+1
-0
1 addition, 0 deletions
...chtelbot/endpoint/implementations/discord/discordUtils.ts
with
3 additions
and
0 deletions
scripts/wichtelbot.ts
+
2
−
0
View file @
79a5c41b
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
scripts/wichtelbot/endpoint/implementations/discord/discordUtils.ts
+
1
−
0
View file @
79a5c41b
...
...
@@ -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
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment